#4F552B

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

Shades of Saratoga #4F552B

Tints of Saratoga #4F552B

Color information

#4F552B (or 0x4F552B) is unknown color: approx Saratoga. HEX triplet: 4F, 55 and 2B. RGB value is (79,85,43). Sum of RGB (Red+Green+Blue) = 79+85+43=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #4F552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F552B is #B0AAD4. Grayscale: #4E4E4E. Windows color (decimal): -11578069 or 2839887. OLE color: 2839887.

HSL color Cylindrical-coordinate representation of color #4F552B: hue angle of 68.57º degrees, saturation: 0.33, 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 #4F552B is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB798543-
CMYK0.0700.490.67
HSL68.57º32.81%25.1%-
HSV(B)68.57º49.41%33.33%-
XYZ6.918.333.53-
YUV78.42108.01128.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.16%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 43 (17.19% from 255) = 20.77%
R=38.16%
G=41.06%
B=20.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985430.0700.490.6768.5732.8125.1
Hex4F552B703143452119
Octal1171255370611031054131
Binary1001111101010110101111101100011000011100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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