Html Css Color HEX #4F542D Saratoga

📋 copy color: '#4F542D'

red 79 ◦ green 84 ◦ blue 45

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

Shades of Saratoga #4F542D

Tints of Saratoga #4F542D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 37.98%
G = 40.38%
B = 21.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#4F542D (or 0x4F542D) is known color: Saratoga. HEX triplet: 4F, 54 and 2D. RGB value is (79,84,45). Sum of RGB (Red+Green+Blue) = 79+84+45=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #4F542D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F542D is #B0ABD2. Grayscale: #4E4E4E. Windows color (decimal): -11578323 or 2970703. OLE color: 2970703.

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

Color convert

RGB 79 84 45 -
CMYK 0.06 0 0.46 0.67
HSL 67.69º 0.3% 0.25% -
HSV(B) 67.69º 0.46% 0.33% -
XYZ 6.87 8.19 3.7 -
YUV 78.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 79 84 45 0.06 0 0.46 0.67 67.69 0.3 0.25
Hex 4F 54 2D 6 0 2E 43 44 1E 19
Octal 117 124 55 6 0 56 103 104 36 31
Binary 1001111 1010100 101101 110 0 101110 1000011 1000100 11110 11001

Color Harmonies of #4F542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F542D

Black with #4F542D

Text Example


Text Example

White with #4F542D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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