#873500

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

Shades of Saddle Brown #873500

Tints of Saddle Brown #873500

Color information

#873500 (or 0x873500) is unknown color: approx Saddle Brown. HEX triplet: 87, 35 and 00. RGB value is (135,53,0). Sum of RGB (Red+Green+Blue) = 135+53+0=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #873500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873500 is #78CAFF. Grayscale: #474747. Windows color (decimal): -7916288 or 13703. OLE color: 13703.

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

Color convert

RGB135530-
CMYK00.6110.47
HSL23.56º100%26.47%-
HSV(B)23.56º100%52.94%-
XYZ11.267.70.89-
YUV71.4887.67173.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.81%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.81%
G=28.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13553000.6110.4723.5610026.47
Hex8735003D642F18641a
Octal207650075144573014432
Binary1000011111010100111101110010010111111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873500; }

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

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

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

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

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

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

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

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