#87410D

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

Shades of Saddle Brown #87410D

Tints of Saddle Brown #87410D

Color information

#87410D (or 0x87410D) is unknown color: approx Saddle Brown. HEX triplet: 87, 41 and 0D. RGB value is (135,65,13). Sum of RGB (Red+Green+Blue) = 135+65+13=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #87410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87410D is #78BEF2. Grayscale: #505050. Windows color (decimal): -7913203 or 868743. OLE color: 868743.

HSL color Cylindrical-coordinate representation of color #87410D: hue angle of 25.57º degrees, saturation: 0.82, 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 #87410D is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1356513-
CMYK00.520.900.47
HSL25.57º82.43%29.02%-
HSV(B)25.57º90.37%52.94%-
XYZ11.958.961.48-
YUV8090.19167.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.38%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 13 (5.47% from 255) = 6.10%
R=63.38%
G=30.52%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135651300.520.900.4725.5782.4329.02
Hex8741D0345A2F1a521d
Octal20710115064132573212235
Binary10000111100000111010110100101101010111111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87410D; }

 p { color: rgb(135,65,13); }

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

<style>
 a { background-color: #87410D; }

 a { background-color: rgb(135,65,13); }

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

<style>
 span { border-color: #87410D; }

 span { border-color: rgb(135,65,13); }

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