#88331F

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

Shades of Burnt Umber #88331F

Tints of Burnt Umber #88331F

Color information

#88331F (or 0x88331F) is unknown color: approx Burnt Umber. HEX triplet: 88, 33 and 1F. RGB value is (136,51,31). Sum of RGB (Red+Green+Blue) = 136+51+31=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88331F is #77CCE0. Grayscale: #4A4A4A. Windows color (decimal): -7851233 or 2044808. OLE color: 2044808.

HSL color Cylindrical-coordinate representation of color #88331F: hue angle of 11.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88331F is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1365131-
CMYK00.620.770.47
HSL11.43º62.87%32.75%-
HSV(B)11.43º77.21%53.33%-
XYZ11.587.72.17-
YUV74.14103.66172.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.39%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=62.39%
G=23.39%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136513100.620.770.4711.4362.8732.75
Hex88331F03E4D2Fb3f21
Octal210633707611557137741
Binary1000100011001111111011111010011011011111011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88331F; }

 p { color: rgb(136,51,31); }

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

<style>
 a { background-color: #88331F; }

 a { background-color: rgb(136,51,31); }

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

<style>
 span { border-color: #88331F; }

 span { border-color: rgb(136,51,31); }

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