#4F5732

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

Shades of Saratoga #4F5732

Tints of Saratoga #4F5732

Color information

#4F5732 (or 0x4F5732) is unknown color: approx Saratoga. HEX triplet: 4F, 57 and 32. RGB value is (79,87,50). Sum of RGB (Red+Green+Blue) = 79+87+50=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5732 is #B0A8CD. Grayscale: #505050. Windows color (decimal): -11577550 or 3299151. OLE color: 3299151.

HSL color Cylindrical-coordinate representation of color #4F5732: hue angle of 72.97º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F5732 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB798750-
CMYK0.0900.430.66
HSL72.97º27.01%26.86%-
HSV(B)72.97º42.53%34.12%-
XYZ7.218.714.32-
YUV80.39110.85127.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.57%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=36.57%
G=40.28%
B=23.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7987500.0900.430.6672.9727.0126.86
Hex4F5732902B42491b1b
Octal11712762110531021113333
Binary1001111101011111001010010101011100001010010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,87,50); }

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

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

 a { background-color: rgb(79,87,50); }

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

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

 span { border-color: rgb(79,87,50); }

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