#882B24

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

Shades of Burnt Umber #882B24

Tints of Burnt Umber #882B24

Color information

#882B24 (or 0x882B24) is unknown color: approx Burnt Umber. HEX triplet: 88, 2B and 24. RGB value is (136,43,36). Sum of RGB (Red+Green+Blue) = 136+43+36=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #882B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B24 is #77D4DB. Grayscale: #464646. Windows color (decimal): -7853276 or 2370440. OLE color: 2370440.

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

Color convert

RGB1364336-
CMYK00.680.740.47
HSL4.2º58.14%33.73%-
HSV(B)4.2º73.53%53.33%-
XYZ11.347.092.44-
YUV70.01108.81175.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.26%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 36 (14.45% from 255) = 16.74%
R=63.26%
G=20%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136433600.680.740.474.258.1433.73
Hex882B240444A2F43a22
Octal210534401041125747242
Binary10001000101011100100010001001001010101111100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,43,36); }

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

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

 a { background-color: rgb(136,43,36); }

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

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

 span { border-color: rgb(136,43,36); }

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