#872B14

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

Shades of Burnt Umber #872B14

Tints of Burnt Umber #872B14

Color information

#872B14 (or 0x872B14) is unknown color: approx Burnt Umber. HEX triplet: 87, 2B and 14. RGB value is (135,43,20). Sum of RGB (Red+Green+Blue) = 135+43+20=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #872B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872B14 is #78D4EB. Grayscale: #444444. Windows color (decimal): -7918828 or 1321863. OLE color: 1321863.

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

Color convert

RGB1354320-
CMYK00.680.850.47
HSL12º74.19%30.39%-
HSV(B)12º85.19%52.94%-
XYZ10.986.931.42-
YUV67.89100.98175.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.18%
GREEN value IS 43 (17.19% from 255) = 21.72%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=68.18%
G=21.72%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135432000.680.850.471274.1930.39
Hex872B14044552Fc4a1e
Octal20753240104125571411236
Binary10000111101011101000100010010101011011111100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,43,20); }

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

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

 a { background-color: rgb(135,43,20); }

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

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

 span { border-color: rgb(135,43,20); }

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