#88280A

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

Shades of Burnt Umber #88280A

Tints of Burnt Umber #88280A

Color information

#88280A (or 0x88280A) is unknown color: approx Burnt Umber. HEX triplet: 88, 28 and 0A. RGB value is (136,40,10). Sum of RGB (Red+Green+Blue) = 136+40+10=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #88280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88280A is #77D7F5. Grayscale: #414141. Windows color (decimal): -7854070 or 665736. OLE color: 665736.

HSL color Cylindrical-coordinate representation of color #88280A: hue angle of 14.29º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88280A is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1364010-
CMYK00.710.930.47
HSL14.29º86.3%28.63%-
HSV(B)14.29º92.65%53.33%-
XYZ10.976.771.02-
YUV65.2896.8178.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.12%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 10 (4.30% from 255) = 5.38%
R=73.12%
G=21.51%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136401000.710.930.4714.2986.328.63
Hex8828A0475D2Fe561d
Octal21050120107135571612635
Binary1000100010100010100100011110111011011111110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,40,10); }

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

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

 a { background-color: rgb(136,40,10); }

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

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

 span { border-color: rgb(136,40,10); }

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