#4F552D

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

Shades of Saratoga #4F552D

Tints of Saratoga #4F552D

Color information

#4F552D (or 0x4F552D) is unknown color: approx Saratoga. HEX triplet: 4F, 55 and 2D. RGB value is (79,85,45). Sum of RGB (Red+Green+Blue) = 79+85+45=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #4F552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F552D is #B0AAD2. Grayscale: #4E4E4E. Windows color (decimal): -11578067 or 2970959. OLE color: 2970959.

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

Color convert

RGB798545-
CMYK0.0700.470.67
HSL69º30.77%25.49%-
HSV(B)69º47.06%33.33%-
XYZ6.958.353.73-
YUV78.65109.01128.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.80%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=37.80%
G=40.67%
B=21.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985450.0700.470.676930.7725.49
Hex4F552D702F43451f19
Octal1171255570571031053731
Binary100111110101011011011110101111100001110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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