#882E1E

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

Shades of Burnt Umber #882E1E

Tints of Burnt Umber #882E1E

Color information

#882E1E (or 0x882E1E) is unknown color: approx Burnt Umber. HEX triplet: 88, 2E and 1E. RGB value is (136,46,30). Sum of RGB (Red+Green+Blue) = 136+46+30=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #882E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E1E is #77D1E1. Grayscale: #474747. Windows color (decimal): -7852514 or 1977992. OLE color: 1977992.

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

Color convert

RGB1364630-
CMYK00.660.780.47
HSL9.06º63.86%32.55%-
HSV(B)9.06º77.94%53.33%-
XYZ11.367.282.03-
YUV71.09104.82174.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.15%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=64.15%
G=21.70%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136463000.660.780.479.0663.8632.55
Hex882E1E0424E2F94021
Octal21056360102116571110041
Binary100010001011101111001000010100111010111110011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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