Html Css Color HEX #4E562A Saratoga

📋 copy color: '#4E562A'

red 78 ◦ green 86 ◦ blue 42

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

Shades of Saratoga #4E562A

Tints of Saratoga #4E562A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.75%

 BLUE value IS 42 (16.8% from 255) = 20.39%

R = 37.86%
G = 41.75%
B = 20.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#4E562A (or 0x4E562A) is known color: Saratoga. HEX triplet: 4E, 56 and 2A. RGB value is (78,86,42). Sum of RGB (Red+Green+Blue) = 78+86+42=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #4E562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E562A is #B1A9D5. Grayscale: #4E4E4E. Windows color (decimal): -11643350 or 2774606. OLE color: 2774606.

HSL color Cylindrical-coordinate representation of color #4E562A: hue angle of 70.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E562A is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 78 86 42 -
CMYK 0.09 0 0.51 0.66
HSL 70.91º 0.34% 0.25% -
HSV(B) 70.91º 0.51% 0.34% -
XYZ 6.89 8.44 3.46 -
YUV 78.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 78 86 42 0.09 0 0.51 0.66 70.91 0.34 0.25
Hex 4E 56 2A 9 0 33 42 47 22 19
Octal 116 126 52 11 0 63 102 107 42 31
Binary 1001110 1010110 101010 1001 0 110011 1000010 1000111 100010 11001

Color Harmonies of #4E562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E562A

Black with #4E562A

Text Example


Text Example

White with #4E562A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,86,42); }

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

background-color css

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

 a { background-color: rgb(78,86,42); }

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

border-color css

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

 span { border-color: rgb(78,86,42); }

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