#88311C

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

Shades of Burnt Umber #88311C

Tints of Burnt Umber #88311C

Color information

#88311C (or 0x88311C) is unknown color: approx Burnt Umber. HEX triplet: 88, 31 and 1C. RGB value is (136,49,28). Sum of RGB (Red+Green+Blue) = 136+49+28=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #88311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88311C is #77CEE3. Grayscale: #484848. Windows color (decimal): -7851748 or 1847688. OLE color: 1847688.

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

Color convert

RGB1364928-
CMYK00.640.790.47
HSL11.67º65.85%32.16%-
HSV(B)11.67º79.41%53.33%-
XYZ11.467.511.95-
YUV72.62102.82173.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.85%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 28 (11.33% from 255) = 13.15%
R=63.85%
G=23.00%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136492800.640.790.4711.6765.8532.16
Hex88311C0404F2Fc4220
Octal21061340100117571410240
Binary100010001100011110001000000100111110111111001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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