#882F16

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

Shades of Burnt Umber #882F16

Tints of Burnt Umber #882F16

Color information

#882F16 (or 0x882F16) is unknown color: approx Burnt Umber. HEX triplet: 88, 2F and 16. RGB value is (136,47,22). Sum of RGB (Red+Green+Blue) = 136+47+22=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #882F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882F16 is #77D0E9. Grayscale: #464646. Windows color (decimal): -7852266 or 1453960. OLE color: 1453960.

HSL color Cylindrical-coordinate representation of color #882F16: hue angle of 13.16º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #882F16 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1364722-
CMYK00.650.840.47
HSL13.16º72.15%30.98%-
HSV(B)13.16º83.82%53.33%-
XYZ11.317.331.58-
YUV70.76100.49174.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.34%
GREEN value IS 47 (18.75% from 255) = 22.93%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=66.34%
G=22.93%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136472200.650.840.4713.1672.1530.98
Hex882F16041542Fd481f
Octal21057260101124571511037
Binary10001000101111101100100000110101001011111101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882F16; }

 p { color: rgb(136,47,22); }

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

<style>
 a { background-color: #882F16; }

 a { background-color: rgb(136,47,22); }

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

<style>
 span { border-color: #882F16; }

 span { border-color: rgb(136,47,22); }

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