Html Css Color HEX #4D542B Saratoga

📋 copy color: '#4D542B'

red 77 ◦ green 84 ◦ blue 43

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

Shades of Saratoga #4D542B

Tints of Saratoga #4D542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.08%

R = 37.75%
G = 41.18%
B = 21.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#4D542B (or 0x4D542B) is known color: Saratoga. HEX triplet: 4D, 54 and 2B. RGB value is (77,84,43). Sum of RGB (Red+Green+Blue) = 77+84+43=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #4D542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D542B is #B2ABD4. Grayscale: #4D4D4D. Windows color (decimal): -11709397 or 2839629. OLE color: 2839629.

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

Color convert

RGB 77 84 43 -
CMYK 0.08 0 0.49 0.67
HSL 70.24º 0.32% 0.25% -
HSV(B) 70.24º 0.49% 0.33% -
XYZ 6.67 8.09 3.5 -
YUV 77.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 77 84 43 0.08 0 0.49 0.67 70.24 0.32 0.25
Hex 4D 54 2B 8 0 31 43 46 20 19
Octal 115 124 53 10 0 61 103 106 40 31
Binary 1001101 1010100 101011 1000 0 110001 1000011 1000110 100000 11001

Color Harmonies of #4D542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D542B

Black with #4D542B

Text Example


Text Example

White with #4D542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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