#882B11

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

Shades of Burnt Umber #882B11

Tints of Burnt Umber #882B11

Color information

#882B11 (or 0x882B11) is unknown color: approx Burnt Umber. HEX triplet: 88, 2B and 11. RGB value is (136,43,17). Sum of RGB (Red+Green+Blue) = 136+43+17=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #882B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882B11 is #77D4EE. Grayscale: #444444. Windows color (decimal): -7853295 or 1125256. OLE color: 1125256.

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

Color convert

RGB1364317-
CMYK00.680.870.47
HSL13.11º77.78%30%-
HSV(B)13.11º87.5%53.33%-
XYZ11.1271.3-
YUV67.8499.31176.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.39%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=69.39%
G=21.94%
B=8.67%

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
Decimal136431700.680.870.4713.1177.7830
Hex882B11044572Fd4e1e
Octal21053210104127571511636
Binary10001000101011100010100010010101111011111101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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