#882B20

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

Shades of Burnt Umber #882B20

Tints of Burnt Umber #882B20

Color information

#882B20 (or 0x882B20) is unknown color: approx Burnt Umber. HEX triplet: 88, 2B and 20. RGB value is (136,43,32). Sum of RGB (Red+Green+Blue) = 136+43+32=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #882B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B20 is #77D4DF. Grayscale: #454545. Windows color (decimal): -7853280 or 2108296. OLE color: 2108296.

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

Color convert

RGB1364332-
CMYK00.680.760.47
HSL6.35º61.9%32.94%-
HSV(B)6.35º76.47%53.33%-
XYZ11.287.072.14-
YUV69.55106.81175.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.45%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 32 (12.89% from 255) = 15.17%
R=64.45%
G=20.38%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136433200.680.760.476.3561.932.94
Hex882B200444C2F63e21
Octal210534001041145767641
Binary10001000101011100000010001001001100101111110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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