Html Css Color HEX #882D20 Burnt Umber

📋 copy color: '#882D20'

red 136 ◦ green 45 ◦ blue 32

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

Shades of Burnt Umber #882D20

Tints of Burnt Umber #882D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.02%

R = 63.85%
G = 21.13%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#882D20 (or 0x882D20) is known color: Burnt Umber. HEX triplet: 88, 2D and 20. RGB value is (136,45,32). Sum of RGB (Red+Green+Blue) = 136+45+32=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #882D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D20 is #77D2DF. Grayscale: #464646. Windows color (decimal): -7852768 or 2108808. OLE color: 2108808.

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

Color convert

RGB 136 45 32 -
CMYK 0 0.67 0.76 0.47
HSL 7.5º 0.62% 0.33% -
HSV(B) 7.5º 0.76% 0.53% -
XYZ 11.35 7.22 2.16 -
YUV 70.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 136 45 32 0 0.67 0.76 0.47 7.5 0.62 0.33
Hex 88 2D 20 0 43 4C 2F 8 3E 21
Octal 210 55 40 0 103 114 57 10 76 41
Binary 10001000 101101 100000 0 1000011 1001100 101111 1000 111110 100001

Color Harmonies of #882D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D20

Black with #882D20

Text Example


Text Example

White with #882D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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