#87340C

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

Shades of Saddle Brown #87340C

Tints of Saddle Brown #87340C

Color information

#87340C (or 0x87340C) is unknown color: approx Saddle Brown. HEX triplet: 87, 34 and 0C. RGB value is (135,52,12). Sum of RGB (Red+Green+Blue) = 135+52+12=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #87340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87340C is #78CBF3. Grayscale: #484848. Windows color (decimal): -7916532 or 799879. OLE color: 799879.

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

Color convert

RGB1355212-
CMYK00.610.910.47
HSL19.51º83.67%28.82%-
HSV(B)19.51º91.11%52.94%-
XYZ11.297.631.23-
YUV72.2694172.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.84%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=67.84%
G=26.13%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135521200.610.910.4719.5183.6728.82
Hex8734C03D5B2F14541d
Octal2076414075133572412435
Binary1000011111010011000111101101101110111110100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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