#81321E

Color #81321E Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #81321E

Tints of Burnt Umber #81321E

Color information

#81321E (or 0x81321E) is unknown color: approx Burnt Umber. HEX triplet: 81, 32 and 1E. RGB value is (129,50,30). Sum of RGB (Red+Green+Blue) = 129+50+30=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #81321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81321E is #7ECDE1. Grayscale: #474747. Windows color (decimal): -8310242 or 1979009. OLE color: 1979009.

HSL color Cylindrical-coordinate representation of color #81321E: hue angle of 12.12º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81321E is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1295030-
CMYK00.610.770.49
HSL12.12º62.26%31.18%-
HSV(B)12.12º76.74%50.59%-
XYZ10.437.042.04-
YUV71.34104.67169.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 61.72%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 30 (12.11% from 255) = 14.35%
R=61.72%
G=23.92%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129503000.610.770.4912.1262.2631.18
Hex81321E03D4D31c3e1f
Octal201623607511561147637
Binary100000011100101111001111011001101110001110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81321E; }

 p { color: rgb(129,50,30); }

 H1.HeaderClassName
 {
   color: #81321E;
 }
 .AnyTagClassName
 {
   color: #81321E;
 }
</style>
background-color css

<style>
 a { background-color: #81321E; }

 a { background-color: rgb(129,50,30); }

 div.DivClassName
 {
   background-color: #81321E;
 }
 .BgClassName
 {
   background-color: #81321E;
 }
</style>
border-color css

<style>
 span { border-color: #81321E; }

 span { border-color: rgb(129,50,30); }

 td.TdClassName
 {
   border-color: #81321E;
 }
 .TagClassName
 {
   border-color: #81321E;
 }
</style>