Html Css Color HEX #4D542E Saratoga

📋 copy color: '#4D542E'

red 77 ◦ green 84 ◦ blue 46

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

Shades of Saratoga #4D542E

Tints of Saratoga #4D542E

RGB

 RED value IS 77 (30.47% from 255) = 37.2%

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

 BLUE value IS 46 (18.36% from 255) = 22.22%

R = 37.2%
G = 40.58%
B = 22.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#4D542E (or 0x4D542E) is known color: Saratoga. HEX triplet: 4D, 54 and 2E. RGB value is (77,84,46). Sum of RGB (Red+Green+Blue) = 77+84+46=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #4D542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D542E is #B2ABD1. Grayscale: #4D4D4D. Windows color (decimal): -11709394 or 3036237. OLE color: 3036237.

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

Color convert

RGB 77 84 46 -
CMYK 0.08 0 0.45 0.67
HSL 71.05º 0.29% 0.25% -
HSV(B) 71.05º 0.45% 0.33% -
XYZ 6.72 8.12 3.8 -
YUV 77.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 77 84 46 0.08 0 0.45 0.67 71.05 0.29 0.25
Hex 4D 54 2E 8 0 2D 43 47 1D 19
Octal 115 124 56 10 0 55 103 107 35 31
Binary 1001101 1010100 101110 1000 0 101101 1000011 1000111 11101 11001

Color Harmonies of #4D542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D542E

Black with #4D542E

Text Example


Text Example

White with #4D542E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,84,46); }

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

background-color css

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

 a { background-color: rgb(77,84,46); }

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

border-color css

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

 span { border-color: rgb(77,84,46); }

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