#87340E

Color #87340E Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #87340E

Tints of Saddle Brown #87340E

Color information

#87340E (or 0x87340E) is unknown color: approx Saddle Brown. HEX triplet: 87, 34 and 0E. RGB value is (135,52,14). Sum of RGB (Red+Green+Blue) = 135+52+14=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87340E is #78CBF1. Grayscale: #484848. Windows color (decimal): -7916530 or 930951. OLE color: 930951.

HSL color Cylindrical-coordinate representation of color #87340E: hue angle of 18.84º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87340E is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1355214-
CMYK00.610.900.47
HSL18.84º81.21%29.22%-
HSV(B)18.84º89.63%52.94%-
XYZ11.37.641.29-
YUV72.4895172.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.16%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=67.16%
G=25.87%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135521400.610.900.4718.8481.2129.22
Hex8734E03D5A2F13511d
Octal2076416075132572312135
Binary1000011111010011100111101101101010111110011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87340E; }

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

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

<style>
 a { background-color: #87340E; }

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

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

<style>
 span { border-color: #87340E; }

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

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