#4F5929

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

Shades of Saratoga #4F5929

Tints of Saratoga #4F5929

Color information

#4F5929 (or 0x4F5929) is unknown color: approx Saratoga. HEX triplet: 4F, 59 and 29. RGB value is (79,89,41). Sum of RGB (Red+Green+Blue) = 79+89+41=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #4F5929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5929 is #B0A6D6. Grayscale: #505050. Windows color (decimal): -11577047 or 2709839. OLE color: 2709839.

HSL color Cylindrical-coordinate representation of color #4F5929: hue angle of 72.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F5929 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB798941-
CMYK0.1100.540.65
HSL72.5º36.92%25.49%-
HSV(B)72.5º53.93%34.9%-
XYZ7.28.973.45-
YUV80.54105.69126.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.80%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=37.80%
G=42.58%
B=19.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7989410.1100.540.6572.536.9225.49
Hex4F5929B03641482519
Octal11713151130661011104531
Binary10011111011001101001101101101101000001100100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,89,41); }

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

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

 a { background-color: rgb(79,89,41); }

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

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

 span { border-color: rgb(79,89,41); }

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