#88301E

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

Shades of Burnt Umber #88301E

Tints of Burnt Umber #88301E

Color information

#88301E (or 0x88301E) is unknown color: approx Burnt Umber. HEX triplet: 88, 30 and 1E. RGB value is (136,48,30). Sum of RGB (Red+Green+Blue) = 136+48+30=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #88301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88301E is #77CFE1. Grayscale: #484848. Windows color (decimal): -7852002 or 1978504. OLE color: 1978504.

HSL color Cylindrical-coordinate representation of color #88301E: hue angle of 10.19º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #88301E is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1364830-
CMYK00.650.780.47
HSL10.19º63.86%32.55%-
HSV(B)10.19º77.94%53.33%-
XYZ11.447.442.06-
YUV72.26104.15173.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.55%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 30 (12.11% from 255) = 14.02%
R=63.55%
G=22.43%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136483000.650.780.4710.1963.8632.55
Hex88301E0414E2Fa4021
Octal21060360101116571210041
Binary100010001100001111001000001100111010111110101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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