#872D1A

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

Shades of Burnt Umber #872D1A

Tints of Burnt Umber #872D1A

Color information

#872D1A (or 0x872D1A) is unknown color: approx Burnt Umber. HEX triplet: 87, 2D and 1A. RGB value is (135,45,26). Sum of RGB (Red+Green+Blue) = 135+45+26=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #872D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D1A is #78D2E5. Grayscale: #454545. Windows color (decimal): -7918310 or 1715591. OLE color: 1715591.

HSL color Cylindrical-coordinate representation of color #872D1A: hue angle of 10.46º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #872D1A is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1354526-
CMYK00.670.810.47
HSL10.46º67.7%31.57%-
HSV(B)10.46º80.74%52.94%-
XYZ11.127.11.76-
YUV69.74103.32174.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.53%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=65.53%
G=21.84%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135452600.670.810.4710.4667.731.57
Hex872D1A043512Fa4420
Octal20755320103121571210440
Binary100001111011011101001000011101000110111110101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872D1A; }

 p { color: rgb(135,45,26); }

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

<style>
 a { background-color: #872D1A; }

 a { background-color: rgb(135,45,26); }

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

<style>
 span { border-color: #872D1A; }

 span { border-color: rgb(135,45,26); }

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