#4F572E

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

Shades of Saratoga #4F572E

Tints of Saratoga #4F572E

Color information

#4F572E (or 0x4F572E) is unknown color: approx Saratoga. HEX triplet: 4F, 57 and 2E. RGB value is (79,87,46). Sum of RGB (Red+Green+Blue) = 79+87+46=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #4F572E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F572E is #B0A8D1. Grayscale: #505050. Windows color (decimal): -11577554 or 3037007. OLE color: 3037007.

HSL color Cylindrical-coordinate representation of color #4F572E: hue angle of 71.71º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F572E is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB798746-
CMYK0.0900.470.66
HSL71.71º30.83%26.08%-
HSV(B)71.71º47.13%34.12%-
XYZ7.138.683.88-
YUV79.93108.85127.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.26%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=37.26%
G=41.04%
B=21.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7987460.0900.470.6671.7130.8326.08
Hex4F572E902F42481f1a
Octal11712756110571021103732
Binary1001111101011110111010010101111100001010010001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F572E; }

 p { color: rgb(79,87,46); }

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

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

 a { background-color: rgb(79,87,46); }

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

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

 span { border-color: rgb(79,87,46); }

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