#87341f

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

Shades of Burnt Umber #87341F

Tints of Burnt Umber #87341F

Color information

#87341F (or 0x87341F) is unknown color: approx Burnt Umber. HEX triplet: 87, 34 and 1F. RGB value is (135,52,31). Sum of RGB (Red+Green+Blue) = 135+52+31=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #87341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87341F is #78CBE0. Grayscale: #4A4A4A. Windows color (decimal): -7916513 or 2045063. OLE color: 2045063.

HSL color Cylindrical-coordinate representation of color #87341F: hue angle of 12.12º 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 #87341F is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1355231-
CMYK00.610.770.47
HSL12.12º62.65%32.55%-
HSV(B)12.12º77.04%52.94%-
XYZ11.477.712.18-
YUV74.42103.5171.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.93%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=61.93%
G=23.85%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135523100.610.770.4712.1262.6532.55
Hex87341F03D4D2Fc3f21
Octal207643707511557147741
Binary1000011111010011111011110110011011011111100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87341f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87341f; }

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

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

<style>
 a { background-color: #87341f; }

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

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

<style>
 span { border-color: #87341f; }

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

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