#575C32

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

Shades of Saratoga #575C32

Tints of Saratoga #575C32

Color information

#575C32 (or 0x575C32) is unknown color: approx Saratoga. HEX triplet: 57, 5C and 32. RGB value is (87,92,50). Sum of RGB (Red+Green+Blue) = 87+92+50=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #575C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575C32 is #A8A3CD. Grayscale: #555555. Windows color (decimal): -11051982 or 3300439. OLE color: 3300439.

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

Color convert

RGB879250-
CMYK0.0500.460.64
HSL67.14º29.58%27.84%-
HSV(B)67.14º45.65%36.08%-
XYZ8.339.914.49-
YUV85.72107.84128.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.99%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=37.99%
G=40.17%
B=21.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8792500.0500.460.6467.1429.5827.84
Hex575C32502E40431e1c
Octal1271346250561001033634
Binary101011110111001100101010101110100000010000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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