#4F552F

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

Shades of Saratoga #4F552F

Tints of Saratoga #4F552F

Color information

#4F552F (or 0x4F552F) is unknown color: approx Saratoga. HEX triplet: 4F, 55 and 2F. RGB value is (79,85,47). Sum of RGB (Red+Green+Blue) = 79+85+47=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #4F552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F552F is #B0AAD0. Grayscale: #4F4F4F. Windows color (decimal): -11578065 or 3102031. OLE color: 3102031.

HSL color Cylindrical-coordinate representation of color #4F552F: hue angle of 69.47º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F552F is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB798547-
CMYK0.0700.450.67
HSL69.47º28.79%25.88%-
HSV(B)69.47º44.71%33.33%-
XYZ6.998.363.94-
YUV78.87110.01128.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.44%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=37.44%
G=40.28%
B=22.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985470.0700.450.6769.4728.7925.88
Hex4F552F702D43451d1a
Octal1171255770551031053532
Binary100111110101011011111110101101100001110001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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