#87350A

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

Shades of Saddle Brown #87350A

Tints of Saddle Brown #87350A

Color information

#87350A (or 0x87350A) is unknown color: approx Saddle Brown. HEX triplet: 87, 35 and 0A. RGB value is (135,53,10). Sum of RGB (Red+Green+Blue) = 135+53+10=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #87350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87350A is #78CAF5. Grayscale: #484848. Windows color (decimal): -7916278 or 669063. OLE color: 669063.

HSL color Cylindrical-coordinate representation of color #87350A: hue angle of 20.64º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87350A is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1355310-
CMYK00.610.930.47
HSL20.64º86.21%28.43%-
HSV(B)20.64º92.59%52.94%-
XYZ11.327.721.18-
YUV72.6292.67172.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.18%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=68.18%
G=26.77%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135531000.610.930.4720.6486.2128.43
Hex8735A03D5D2F15561c
Octal2076512075135572512634
Binary1000011111010110100111101101110110111110101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87350A; }

 p { color: rgb(135,53,10); }

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

<style>
 a { background-color: #87350A; }

 a { background-color: rgb(135,53,10); }

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

<style>
 span { border-color: #87350A; }

 span { border-color: rgb(135,53,10); }

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