#882D1E

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

Shades of Burnt Umber #882D1E

Tints of Burnt Umber #882D1E

Color information

#882D1E (or 0x882D1E) is unknown color: approx Burnt Umber. HEX triplet: 88, 2D and 1E. RGB value is (136,45,30). Sum of RGB (Red+Green+Blue) = 136+45+30=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #882D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D1E is #77D2E1. Grayscale: #464646. Windows color (decimal): -7852770 or 1977736. OLE color: 1977736.

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

Color convert

RGB1364530-
CMYK00.670.780.47
HSL8.49º63.86%32.55%-
HSV(B)8.49º77.94%53.33%-
XYZ11.337.22.02-
YUV70.5105.15174.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.45%
GREEN value IS 45 (17.97% from 255) = 21.33%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=64.45%
G=21.33%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136453000.670.780.478.4963.8632.55
Hex882D1E0434E2F84021
Octal21055360103116571010041
Binary100010001011011111001000011100111010111110001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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