#575935

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

Shades of Saratoga #575935

Tints of Saratoga #575935

Color information

#575935 (or 0x575935) is unknown color: approx Saratoga. HEX triplet: 57, 59 and 35. RGB value is (87,89,53). Sum of RGB (Red+Green+Blue) = 87+89+53=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #575935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575935 is #A8A6CA. Grayscale: #545454. Windows color (decimal): -11052747 or 3496279. OLE color: 3496279.

HSL color Cylindrical-coordinate representation of color #575935: hue angle of 63.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575935 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB878953-
CMYK0.0200.400.65
HSL63.33º25.35%27.84%-
HSV(B)63.33º40.45%34.9%-
XYZ8.159.434.76-
YUV84.3110.34129.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.99%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=37.99%
G=38.86%
B=23.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789530.0200.400.6563.3325.3527.84
Hex5759352028413f191c
Octal127131652050101773134
Binary1010111101100111010110010100010000011111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575935; }

 p { color: rgb(87,89,53); }

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

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

 a { background-color: rgb(87,89,53); }

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

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

 span { border-color: rgb(87,89,53); }

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