#875000

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

Shades of Saddle Brown #875000

Tints of Saddle Brown #875000

Color information

#875000 (or 0x875000) is unknown color: approx Saddle Brown. HEX triplet: 87, 50 and 00. RGB value is (135,80,0). Sum of RGB (Red+Green+Blue) = 135+80+0=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #875000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875000 is #78AFFF. Grayscale: #575757. Windows color (decimal): -7909376 or 20615. OLE color: 20615.

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

Color convert

RGB135800-
CMYK00.4110.47
HSL35.56º100%26.47%-
HSV(B)35.56º100%52.94%-
XYZ12.8610.891.42-
YUV87.3278.72162-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.79%
G=37.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13580000.4110.4735.5610026.47
Hex87500029642F24641a
Octal2071200051144574414432
Binary100001111010000001010011100100101111100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875000; }

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

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

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

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

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

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

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

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