#4F572A

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

Shades of Saratoga #4F572A

Tints of Saratoga #4F572A

Color information

#4F572A (or 0x4F572A) is unknown color: approx Saratoga. HEX triplet: 4F, 57 and 2A. RGB value is (79,87,42). Sum of RGB (Red+Green+Blue) = 79+87+42=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #4F572A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F572A is #B0A8D5. Grayscale: #4F4F4F. Windows color (decimal): -11577558 or 2774863. OLE color: 2774863.

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

Color convert

RGB798742-
CMYK0.0900.520.66
HSL70.67º34.88%25.29%-
HSV(B)70.67º51.72%34.12%-
XYZ7.058.653.49-
YUV79.48106.85127.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=37.98%
G=41.83%
B=20.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7987420.0900.520.6670.6734.8825.29
Hex4F572A903442472319
Octal11712752110641021074331
Binary10011111010111101010100101101001000010100011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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