Html Css Color HEX #4F5531 Saratoga

📋 copy color: '#4F5531'

red 79 ◦ green 85 ◦ blue 49

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

Shades of Saratoga #4F5531

Tints of Saratoga #4F5531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.91%

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

R = 37.09%
G = 39.91%
B = 23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#4F5531 (or 0x4F5531) is known color: Saratoga. HEX triplet: 4F, 55 and 31. RGB value is (79,85,49). Sum of RGB (Red+Green+Blue) = 79+85+49=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5531 is #B0AACE. Grayscale: #4F4F4F. Windows color (decimal): -11578063 or 3233103. OLE color: 3233103.

HSL color Cylindrical-coordinate representation of color #4F5531: hue angle of 70º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F5531 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 85 49 -
CMYK 0.07 0 0.42 0.67
HSL 70º 0.27% 0.26% -
HSV(B) 70º 0.42% 0.33% -
XYZ 7.03 8.38 4.15 -
YUV 79.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 79 85 49 0.07 0 0.42 0.67 70 0.27 0.26
Hex 4F 55 31 7 0 2A 43 46 1B 1A
Octal 117 125 61 7 0 52 103 106 33 32
Binary 1001111 1010101 110001 111 0 101010 1000011 1000110 11011 11010

Color Harmonies of #4F5531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5531

Black with #4F5531

Text Example


Text Example

White with #4F5531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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