#87490D

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

Shades of Saddle Brown #87490D

Tints of Saddle Brown #87490D

Color information

#87490D (or 0x87490D) is unknown color: approx Saddle Brown. HEX triplet: 87, 49 and 0D. RGB value is (135,73,13). Sum of RGB (Red+Green+Blue) = 135+73+13=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #87490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87490D is #78B6F2. Grayscale: #555555. Windows color (decimal): -7911155 or 870791. OLE color: 870791.

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

Color convert

RGB1357313-
CMYK00.460.900.47
HSL29.51º82.43%29.02%-
HSV(B)29.51º90.37%52.94%-
XYZ12.459.951.64-
YUV84.787.54163.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.09%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 13 (5.47% from 255) = 5.88%
R=61.09%
G=33.03%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135731300.460.900.4729.5182.4329.02
Hex8749D02E5A2F1e521d
Octal20711115056132573612235
Binary10000111100100111010101110101101010111111110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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