#4F542D

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

Shades of Saratoga #4F542D

Tints of Saratoga #4F542D

Color information

#4F542D (or 0x4F542D) is unknown color: approx Saratoga. HEX triplet: 4F, 54 and 2D. RGB value is (79,84,45). Sum of RGB (Red+Green+Blue) = 79+84+45=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #4F542D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F542D is #B0ABD2. Grayscale: #4E4E4E. Windows color (decimal): -11578323 or 2970703. OLE color: 2970703.

HSL color Cylindrical-coordinate representation of color #4F542D: hue angle of 67.69º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F542D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB798445-
CMYK0.0600.460.67
HSL67.69º30.23%25.29%-
HSV(B)67.69º46.43%32.94%-
XYZ6.878.193.7-
YUV78.06109.34128.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=37.98%
G=40.38%
B=21.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7984450.0600.460.6767.6930.2325.29
Hex4F542D602E43441e19
Octal1171245560561031043631
Binary100111110101001011011100101110100001110001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,84,45); }

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

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

 a { background-color: rgb(79,84,45); }

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

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

 span { border-color: rgb(79,84,45); }

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