#88311B

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

Shades of Burnt Umber #88311B

Tints of Burnt Umber #88311B

Color information

#88311B (or 0x88311B) is unknown color: approx Burnt Umber. HEX triplet: 88, 31 and 1B. RGB value is (136,49,27). Sum of RGB (Red+Green+Blue) = 136+49+27=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #88311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88311B is #77CEE4. Grayscale: #484848. Windows color (decimal): -7851749 or 1782152. OLE color: 1782152.

HSL color Cylindrical-coordinate representation of color #88311B: hue angle of 12.11º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88311B is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1364927-
CMYK00.640.800.47
HSL12.11º66.87%31.96%-
HSV(B)12.11º80.15%53.33%-
XYZ11.457.511.88-
YUV72.5102.32173.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.15%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=64.15%
G=23.11%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136492700.640.800.4712.1166.8731.96
Hex88311B040502Fc4320
Octal21061330100120571410340
Binary100010001100011101101000000101000010111111001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88311B; }

 p { color: rgb(136,49,27); }

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

<style>
 a { background-color: #88311B; }

 a { background-color: rgb(136,49,27); }

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

<style>
 span { border-color: #88311B; }

 span { border-color: rgb(136,49,27); }

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