#88302A

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

Shades of Burnt Umber #88302A

Tints of Burnt Umber #88302A

Color information

#88302A (or 0x88302A) is unknown color: approx Burnt Umber. HEX triplet: 88, 30 and 2A. RGB value is (136,48,42). Sum of RGB (Red+Green+Blue) = 136+48+42=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #88302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88302A is #77CFD5. Grayscale: #494949. Windows color (decimal): -7851990 or 2764936. OLE color: 2764936.

HSL color Cylindrical-coordinate representation of color #88302A: hue angle of 3.83º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88302A is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1364842-
CMYK00.650.690.47
HSL3.83º52.81%34.9%-
HSV(B)3.83º69.12%53.33%-
XYZ11.637.523.03-
YUV73.63110.15172.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.18%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=60.18%
G=21.24%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136484200.650.690.473.8352.8134.9
Hex88302A041452F43523
Octal210605201011055746543
Binary10001000110000101010010000011000101101111100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88302A; }

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

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

<style>
 a { background-color: #88302A; }

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

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

<style>
 span { border-color: #88302A; }

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

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