#575D30

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

Shades of Saratoga #575D30

Tints of Saratoga #575D30

Color information

#575D30 (or 0x575D30) is unknown color: approx Saratoga. HEX triplet: 57, 5D and 30. RGB value is (87,93,48). Sum of RGB (Red+Green+Blue) = 87+93+48=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #575D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D30 is #A8A2CF. Grayscale: #565656. Windows color (decimal): -11051728 or 3169623. OLE color: 3169623.

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

Color convert

RGB879348-
CMYK0.0600.480.64
HSL68º31.91%27.65%-
HSV(B)68º48.39%36.47%-
XYZ8.3810.074.3-
YUV86.08106.51128.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 48 (19.14% from 255) = 21.05%
R=38.16%
G=40.79%
B=21.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793480.0600.480.646831.9127.65
Hex575D3060304044201c
Octal1271356060601001044034
Binary1010111101110111000011001100001000000100010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,93,48); }

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

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

 a { background-color: rgb(87,93,48); }

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

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

 span { border-color: rgb(87,93,48); }

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