#576131

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

Shades of Saratoga #576131

Tints of Saratoga #576131

Color information

#576131 (or 0x576131) is unknown color: approx Saratoga. HEX triplet: 57, 61 and 31. RGB value is (87,97,49). Sum of RGB (Red+Green+Blue) = 87+97+49=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #576131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576131 is #A89ECE. Grayscale: #585858. Windows color (decimal): -11050703 or 3236183. OLE color: 3236183.

HSL color Cylindrical-coordinate representation of color #576131: hue angle of 72.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #576131 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB879749-
CMYK0.1000.490.62
HSL72.5º32.88%28.63%-
HSV(B)72.5º49.48%38.04%-
XYZ8.7610.84.53-
YUV88.54105.69126.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=37.34%
G=41.63%
B=21.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797490.1000.490.6272.532.8828.63
Hex576131A0313E48211d
Octal1271416112061761104135
Binary1010111110000111000110100110001111110100100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576131; }

 p { color: rgb(87,97,49); }

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

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

 a { background-color: rgb(87,97,49); }

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

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

 span { border-color: rgb(87,97,49); }

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