Html Css Color HEX #4E542C Saratoga

📋 copy color: '#4E542C'

red 78 ◦ green 84 ◦ blue 44

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

Shades of Saratoga #4E542C

Tints of Saratoga #4E542C

RGB

 RED value IS 78 (30.86% from 255) = 37.86%

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

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

R = 37.86%
G = 40.78%
B = 21.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#4E542C (or 0x4E542C) is known color: Saratoga. HEX triplet: 4E, 54 and 2C. RGB value is (78,84,44). Sum of RGB (Red+Green+Blue) = 78+84+44=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #4E542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E542C is #B1ABD3. Grayscale: #4D4D4D. Windows color (decimal): -11643860 or 2905166. OLE color: 2905166.

HSL color Cylindrical-coordinate representation of color #4E542C: hue angle of 69º 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 #4E542C is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 84 44 -
CMYK 0.07 0 0.48 0.67
HSL 69º 0.31% 0.25% -
HSV(B) 69º 0.48% 0.33% -
XYZ 6.77 8.14 3.6 -
YUV 77.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 78 84 44 0.07 0 0.48 0.67 69 0.31 0.25
Hex 4E 54 2C 7 0 30 43 45 1F 19
Octal 116 124 54 7 0 60 103 105 37 31
Binary 1001110 1010100 101100 111 0 110000 1000011 1000101 11111 11001

Color Harmonies of #4E542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E542C

Black with #4E542C

Text Example


Text Example

White with #4E542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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