#87500C

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

Shades of Saddle Brown #87500C

Tints of Saddle Brown #87500C

Color information

#87500C (or 0x87500C) is unknown color: approx Saddle Brown. HEX triplet: 87, 50 and 0C. RGB value is (135,80,12). Sum of RGB (Red+Green+Blue) = 135+80+12=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #87500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87500C is #78AFF3. Grayscale: #595959. Windows color (decimal): -7909364 or 807047. OLE color: 807047.

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

Color convert

RGB1358012-
CMYK00.410.910.47
HSL33.17º83.67%28.82%-
HSV(B)33.17º91.11%52.94%-
XYZ12.9310.911.77-
YUV88.6984.72161.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=59.47%
G=35.24%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135801200.410.910.4733.1783.6728.82
Hex8750C0295B2F21541d
Octal20712014051133574112435
Binary100001111010000110001010011011011101111100001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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