#88301B

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

Shades of Burnt Umber #88301B

Tints of Burnt Umber #88301B

Color information

#88301B (or 0x88301B) is unknown color: approx Burnt Umber. HEX triplet: 88, 30 and 1B. RGB value is (136,48,27). Sum of RGB (Red+Green+Blue) = 136+48+27=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #88301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88301B is #77CFE4. Grayscale: #484848. Windows color (decimal): -7852005 or 1781896. OLE color: 1781896.

HSL color Cylindrical-coordinate representation of color #88301B: hue angle of 11.56º 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 #88301B is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1364827-
CMYK00.650.800.47
HSL11.56º66.87%31.96%-
HSV(B)11.56º80.15%53.33%-
XYZ11.417.431.87-
YUV71.92102.65173.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.45%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 27 (10.94% from 255) = 12.80%
R=64.45%
G=22.75%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136482700.650.800.4711.5666.8731.96
Hex88301B041502Fc4320
Octal21060330101120571410340
Binary100010001100001101101000001101000010111111001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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