Html Css Color HEX #4E562E Saratoga

📋 copy color: '#4E562E'

red 78 ◦ green 86 ◦ blue 46

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

Shades of Saratoga #4E562E

Tints of Saratoga #4E562E

RGB

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

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

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

R = 37.14%
G = 40.95%
B = 21.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#4E562E (or 0x4E562E) is known color: Saratoga. HEX triplet: 4E, 56 and 2E. RGB value is (78,86,46). Sum of RGB (Red+Green+Blue) = 78+86+46=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #4E562E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E562E is #B1A9D1. Grayscale: #4F4F4F. Windows color (decimal): -11643346 or 3036750. OLE color: 3036750.

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

Color convert

RGB 78 86 46 -
CMYK 0.09 0 0.47 0.66
HSL 72º 0.3% 0.26% -
HSV(B) 72º 0.47% 0.34% -
XYZ 6.96 8.47 3.85 -
YUV 79.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 78 86 46 0.09 0 0.47 0.66 72 0.3 0.26
Hex 4E 56 2E 9 0 2F 42 48 1E 1A
Octal 116 126 56 11 0 57 102 110 36 32
Binary 1001110 1010110 101110 1001 0 101111 1000010 1001000 11110 11010

Color Harmonies of #4E562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E562E

Black with #4E562E

Text Example


Text Example

White with #4E562E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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