#4F572F

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

Shades of Saratoga #4F572F

Tints of Saratoga #4F572F

Color information

#4F572F (or 0x4F572F) is unknown color: approx Saratoga. HEX triplet: 4F, 57 and 2F. RGB value is (79,87,47). Sum of RGB (Red+Green+Blue) = 79+87+47=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 87 - color contains mainly: green. Hex color #4F572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F572F is #B0A8D0. Grayscale: #505050. Windows color (decimal): -11577553 or 3102543. OLE color: 3102543.

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

Color convert

RGB798747-
CMYK0.0900.460.66
HSL72º29.85%26.27%-
HSV(B)72º45.98%34.12%-
XYZ7.158.683.99-
YUV80.05109.35127.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.09%
GREEN value IS 87 (34.38% from 255) = 40.85%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=37.09%
G=40.85%
B=22.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7987470.0900.460.667229.8526.27
Hex4F572F902E42481e1a
Octal11712757110561021103632
Binary1001111101011110111110010101110100001010010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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