#882C11

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

Shades of Burnt Umber #882C11

Tints of Burnt Umber #882C11

Color information

#882C11 (or 0x882C11) is unknown color: approx Burnt Umber. HEX triplet: 88, 2C and 11. RGB value is (136,44,17). Sum of RGB (Red+Green+Blue) = 136+44+17=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #882C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C11 is #77D3EE. Grayscale: #444444. Windows color (decimal): -7853039 or 1125512. OLE color: 1125512.

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

Color convert

RGB1364417-
CMYK00.680.870.47
HSL13.61º77.78%30%-
HSV(B)13.61º87.5%53.33%-
XYZ11.167.081.31-
YUV68.4398.98176.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.04%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 17 (7.03% from 255) = 8.63%
R=69.04%
G=22.34%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136441700.680.870.4713.6177.7830
Hex882C11044572Fe4e1e
Octal21054210104127571611636
Binary10001000101100100010100010010101111011111110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,44,17); }

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

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

 a { background-color: rgb(136,44,17); }

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

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

 span { border-color: rgb(136,44,17); }

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