#4F542B

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

Shades of Saratoga #4F542B

Tints of Saratoga #4F542B

Color information

#4F542B (or 0x4F542B) is unknown color: approx Saratoga. HEX triplet: 4F, 54 and 2B. RGB value is (79,84,43). Sum of RGB (Red+Green+Blue) = 79+84+43=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #4F542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F542B is #B0ABD4. Grayscale: #4D4D4D. Windows color (decimal): -11578325 or 2839631. OLE color: 2839631.

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

Color convert

RGB798443-
CMYK0.0600.490.67
HSL67.32º32.28%24.9%-
HSV(B)67.32º48.81%32.94%-
XYZ6.838.183.5-
YUV77.83108.34128.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.35%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=38.35%
G=40.78%
B=20.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7984430.0600.490.6767.3232.2824.9
Hex4F542B603143432019
Octal1171245360611031034031
Binary1001111101010010101111001100011000011100001110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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