Html Css Color HEX #882D18 Burnt Umber

📋 copy color: '#882D18'

red 136 ◦ green 45 ◦ blue 24

#882D18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #882D18

Tints of Burnt Umber #882D18

RGB

 RED value IS 136 (53.52% from 255) = 66.34%

 GREEN value IS 45 (17.97% from 255) = 21.95%

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 66.34%
G = 21.95%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#882D18 (or 0x882D18) is known color: Burnt Umber. HEX triplet: 88, 2D and 18. RGB value is (136,45,24). Sum of RGB (Red+Green+Blue) = 136+45+24=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #882D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D18 is #77D2E7. Grayscale: #454545. Windows color (decimal): -7852776 or 1584520. OLE color: 1584520.

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

Color convert

RGB 136 45 24 -
CMYK 0 0.67 0.82 0.47
HSL 11.25º 0.7% 0.31% -
HSV(B) 11.25º 0.82% 0.53% -
XYZ 11.26 7.18 1.66 -
YUV 69.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 136 45 24 0 0.67 0.82 0.47 11.25 0.7 0.31
Hex 88 2D 18 0 43 52 2F B 46 1F
Octal 210 55 30 0 103 122 57 13 106 37
Binary 10001000 101101 11000 0 1000011 1010010 101111 1011 1000110 11111

Color Harmonies of #882D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D18

Black with #882D18

Text Example


Text Example

White with #882D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,45,24); }

 H1.HeaderClassName
 {
   color: #882D18;
 }
 .AnyTagClassName
 {
   color: #882D18;
 }
</style>

background-color css

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

 a { background-color: rgb(136,45,24); }

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

border-color css

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

 span { border-color: rgb(136,45,24); }

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