#575933

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

Shades of Saratoga #575933

Tints of Saratoga #575933

Color information

#575933 (or 0x575933) is unknown color: approx Saratoga. HEX triplet: 57, 59 and 33. RGB value is (87,89,51). Sum of RGB (Red+Green+Blue) = 87+89+51=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #575933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575933 is #A8A6CC. Grayscale: #545454. Windows color (decimal): -11052749 or 3365207. OLE color: 3365207.

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

Color convert

RGB878951-
CMYK0.0200.430.65
HSL63.16º27.14%27.45%-
HSV(B)63.16º42.7%34.9%-
XYZ8.19.414.52-
YUV84.07109.34130.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 51 (20.31% from 255) = 22.47%
R=38.33%
G=39.21%
B=22.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789510.0200.430.6563.1627.1427.45
Hex575933202B413f1b1b
Octal127131632053101773333
Binary1010111101100111001110010101110000011111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575933; }

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

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

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

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

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

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

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

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