#87280A

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

Shades of Burnt Umber #87280A

Tints of Burnt Umber #87280A

Color information

#87280A (or 0x87280A) is unknown color: approx Burnt Umber. HEX triplet: 87, 28 and 0A. RGB value is (135,40,10). Sum of RGB (Red+Green+Blue) = 135+40+10=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #87280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87280A is #78D7F5. Grayscale: #414141. Windows color (decimal): -7919606 or 665735. OLE color: 665735.

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

Color convert

RGB1354010-
CMYK00.700.930.47
HSL14.4º86.21%28.43%-
HSV(B)14.4º92.59%52.94%-
XYZ10.816.691.01-
YUV64.9896.97177.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.97%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 10 (4.30% from 255) = 5.41%
R=72.97%
G=21.62%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135401000.700.930.4714.486.2128.43
Hex8728A0465D2Fe561c
Octal20750120106135571612634
Binary1000011110100010100100011010111011011111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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