#87311F

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

Shades of Burnt Umber #87311F

Tints of Burnt Umber #87311F

Color information

#87311F (or 0x87311F) is unknown color: approx Burnt Umber. HEX triplet: 87, 31 and 1F. RGB value is (135,49,31). Sum of RGB (Red+Green+Blue) = 135+49+31=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87311F is #78CEE0. Grayscale: #484848. Windows color (decimal): -7917281 or 2044295. OLE color: 2044295.

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

Color convert

RGB1354931-
CMYK00.640.770.47
HSL10.38º62.65%32.55%-
HSV(B)10.38º77.04%52.94%-
XYZ11.347.452.14-
YUV72.66104.49172.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 31 (12.5% from 255) = 14.42%
R=62.79%
G=22.79%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135493100.640.770.4710.3862.6532.55
Hex87311F0404D2Fa3f21
Octal2076137010011557127741
Binary10000111110001111110100000010011011011111010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87311F; }

 p { color: rgb(135,49,31); }

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

<style>
 a { background-color: #87311F; }

 a { background-color: rgb(135,49,31); }

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

<style>
 span { border-color: #87311F; }

 span { border-color: rgb(135,49,31); }

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