Html Css Color HEX #882D16 Burnt Umber

📋 copy color: '#882D16'

red 136 ◦ green 45 ◦ blue 22

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

Shades of Burnt Umber #882D16

Tints of Burnt Umber #882D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 67%
G = 22.17%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#882D16 (or 0x882D16) is known color: Burnt Umber. HEX triplet: 88, 2D and 16. RGB value is (136,45,22). Sum of RGB (Red+Green+Blue) = 136+45+22=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #882D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D16 is #77D2E9. Grayscale: #454545. Windows color (decimal): -7852778 or 1453448. OLE color: 1453448.

HSL color Cylindrical-coordinate representation of color #882D16: hue angle of 12.11º 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 #882D16 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 45 22 -
CMYK 0 0.67 0.84 0.47
HSL 12.11º 0.72% 0.31% -
HSV(B) 12.11º 0.84% 0.53% -
XYZ 11.24 7.17 1.55 -
YUV 69.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 136 45 22 0 0.67 0.84 0.47 12.11 0.72 0.31
Hex 88 2D 16 0 43 54 2F C 48 1F
Octal 210 55 26 0 103 124 57 14 110 37
Binary 10001000 101101 10110 0 1000011 1010100 101111 1100 1001000 11111

Color Harmonies of #882D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D16

Black with #882D16

Text Example


Text Example

White with #882D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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