#882E12

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

Shades of Burnt Umber #882E12

Tints of Burnt Umber #882E12

Color information

#882E12 (or 0x882E12) is unknown color: approx Burnt Umber. HEX triplet: 88, 2E and 12. RGB value is (136,46,18). Sum of RGB (Red+Green+Blue) = 136+46+18=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #882E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882E12 is #77D1ED. Grayscale: #454545. Windows color (decimal): -7852526 or 1191560. OLE color: 1191560.

HSL color Cylindrical-coordinate representation of color #882E12: hue angle of 14.24º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #882E12 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1364618-
CMYK00.660.870.47
HSL14.24º76.62%30.2%-
HSV(B)14.24º86.76%53.33%-
XYZ11.247.231.38-
YUV69.7298.82175.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68%
GREEN value IS 46 (18.36% from 255) = 23%
BLUE value IS 18 (7.42% from 255) = 9%
R=68%
G=23%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136461800.660.870.4714.2476.6230.2
Hex882E12042572Fe4d1e
Octal21056220102127571611536
Binary10001000101110100100100001010101111011111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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