#87280C

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

Shades of Burnt Umber #87280C

Tints of Burnt Umber #87280C

Color information

#87280C (or 0x87280C) is unknown color: approx Burnt Umber. HEX triplet: 87, 28 and 0C. RGB value is (135,40,12). Sum of RGB (Red+Green+Blue) = 135+40+12=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #87280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87280C is #78D7F3. Grayscale: #414141. Windows color (decimal): -7919604 or 796807. OLE color: 796807.

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

Color convert

RGB1354012-
CMYK00.700.910.47
HSL13.66º83.67%28.82%-
HSV(B)13.66º91.11%52.94%-
XYZ10.826.71.07-
YUV65.2197.97177.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=72.19%
G=21.39%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135401200.700.910.4713.6683.6728.82
Hex8728C0465B2Fe541d
Octal20750140106133571612435
Binary1000011110100011000100011010110111011111110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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