Html Css Color HEX #4F5631 Saratoga

📋 copy color: '#4F5631'

red 79 ◦ green 86 ◦ blue 49

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

Shades of Saratoga #4F5631

Tints of Saratoga #4F5631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 36.92%
G = 40.19%
B = 22.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#4F5631 (or 0x4F5631) is known color: Saratoga. HEX triplet: 4F, 56 and 31. RGB value is (79,86,49). Sum of RGB (Red+Green+Blue) = 79+86+49=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 86 - color contains mainly: green. Hex color #4F5631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5631 is #B0A9CE. Grayscale: #4F4F4F. Windows color (decimal): -11577807 or 3233359. OLE color: 3233359.

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

Color convert

RGB 79 86 49 -
CMYK 0.08 0 0.43 0.66
HSL 71.35º 0.27% 0.26% -
HSV(B) 71.35º 0.43% 0.34% -
XYZ 7.11 8.54 4.18 -
YUV 79.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 79 86 49 0.08 0 0.43 0.66 71.35 0.27 0.26
Hex 4F 56 31 8 0 2B 42 47 1B 1A
Octal 117 126 61 10 0 53 102 107 33 32
Binary 1001111 1010110 110001 1000 0 101011 1000010 1000111 11011 11010

Color Harmonies of #4F5631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5631

Black with #4F5631

Text Example


Text Example

White with #4F5631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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