#575C2F

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

Shades of Saratoga #575C2F

Tints of Saratoga #575C2F

Color information

#575C2F (or 0x575C2F) is unknown color: approx Saratoga. HEX triplet: 57, 5C and 2F. RGB value is (87,92,47). Sum of RGB (Red+Green+Blue) = 87+92+47=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #575C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575C2F is #A8A3D0. Grayscale: #555555. Windows color (decimal): -11051985 or 3103831. OLE color: 3103831.

HSL color Cylindrical-coordinate representation of color #575C2F: hue angle of 66.67º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #575C2F is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB879247-
CMYK0.0500.490.64
HSL66.67º32.37%27.25%-
HSV(B)66.67º48.91%36.08%-
XYZ8.279.894.16-
YUV85.38106.34129.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 92 (36.33% from 255) = 40.71%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=38.50%
G=40.71%
B=20.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8792470.0500.490.6466.6732.3727.25
Hex575C2F50314043201b
Octal1271345750611001034033
Binary1010111101110010111110101100011000000100001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575C2F; }

 p { color: rgb(87,92,47); }

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

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

 a { background-color: rgb(87,92,47); }

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

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

 span { border-color: rgb(87,92,47); }

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