#4F552C

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

Shades of Saratoga #4F552C

Tints of Saratoga #4F552C

Color information

#4F552C (or 0x4F552C) is unknown color: approx Saratoga. HEX triplet: 4F, 55 and 2C. RGB value is (79,85,44). Sum of RGB (Red+Green+Blue) = 79+85+44=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #4F552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F552C is #B0AAD3. Grayscale: #4E4E4E. Windows color (decimal): -11578068 or 2905423. OLE color: 2905423.

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

Color convert

RGB798544-
CMYK0.0700.480.67
HSL68.78º31.78%25.29%-
HSV(B)68.78º48.24%33.33%-
XYZ6.938.343.63-
YUV78.53108.51128.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=37.98%
G=40.87%
B=21.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985440.0700.480.6768.7831.7825.29
Hex4F552C703043452019
Octal1171255470601031054031
Binary1001111101010110110011101100001000011100010110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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