Html Css Color HEX #4F542C Saratoga

📋 copy color: '#4F542C'

red 79 ◦ green 84 ◦ blue 44

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

Shades of Saratoga #4F542C

Tints of Saratoga #4F542C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

 BLUE value IS 44 (17.58% from 255) = 21.26%

R = 38.16%
G = 40.58%
B = 21.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#4F542C (or 0x4F542C) is known color: Saratoga. HEX triplet: 4F, 54 and 2C. RGB value is (79,84,44). Sum of RGB (Red+Green+Blue) = 79+84+44=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #4F542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F542C is #B0ABD3. Grayscale: #4E4E4E. Windows color (decimal): -11578324 or 2905167. OLE color: 2905167.

HSL color Cylindrical-coordinate representation of color #4F542C: hue angle of 67.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F542C is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 84 44 -
CMYK 0.06 0 0.48 0.67
HSL 67.5º 0.31% 0.25% -
HSV(B) 67.5º 0.48% 0.33% -
XYZ 6.85 8.18 3.6 -
YUV 77.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 79 84 44 0.06 0 0.48 0.67 67.5 0.31 0.25
Hex 4F 54 2C 6 0 30 43 44 1F 19
Octal 117 124 54 6 0 60 103 104 37 31
Binary 1001111 1010100 101100 110 0 110000 1000011 1000100 11111 11001

Color Harmonies of #4F542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F542C

Black with #4F542C

Text Example


Text Example

White with #4F542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,84,44); }

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

background-color css

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

 a { background-color: rgb(79,84,44); }

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

border-color css

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

 span { border-color: rgb(79,84,44); }

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