Html Css Color HEX #4F562F Saratoga

📋 copy color: '#4F562F'

red 79 ◦ green 86 ◦ blue 47

#4F562F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #4F562F

Tints of Saratoga #4F562F

RGB

 RED value IS 79 (31.25% from 255) = 37.26%

 GREEN value IS 86 (33.98% from 255) = 40.57%

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 37.26%
G = 40.57%
B = 22.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#4F562F (or 0x4F562F) is known color: Saratoga. HEX triplet: 4F, 56 and 2F. RGB value is (79,86,47). Sum of RGB (Red+Green+Blue) = 79+86+47=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #4F562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F562F is #B0A9D0. Grayscale: #4F4F4F. Windows color (decimal): -11577809 or 3102287. OLE color: 3102287.

HSL color Cylindrical-coordinate representation of color #4F562F: hue angle of 70.77º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F562F is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 79 86 47 -
CMYK 0.08 0 0.45 0.66
HSL 70.77º 0.29% 0.26% -
HSV(B) 70.77º 0.45% 0.34% -
XYZ 7.07 8.52 3.96 -
YUV 79.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 79 86 47 0.08 0 0.45 0.66 70.77 0.29 0.26
Hex 4F 56 2F 8 0 2D 42 47 1D 1A
Octal 117 126 57 10 0 55 102 107 35 32
Binary 1001111 1010110 101111 1000 0 101101 1000010 1000111 11101 11010

Color Harmonies of #4F562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F562F

Black with #4F562F

Text Example


Text Example

White with #4F562F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,86,47); }

 H1.HeaderClassName
 {
   color: #4F562F;
 }
 .AnyTagClassName
 {
   color: #4F562F;
 }
</style>

background-color css

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

 a { background-color: rgb(79,86,47); }

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

border-color css

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

 span { border-color: rgb(79,86,47); }

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