#4E542A

Color #4E542A Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #4E542A

Tints of Saratoga #4E542A

Color information

#4E542A (or 0x4E542A) is unknown color: approx Saratoga. HEX triplet: 4E, 54 and 2A. RGB value is (78,84,42). Sum of RGB (Red+Green+Blue) = 78+84+42=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #4E542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E542A is #B1ABD5. Grayscale: #4D4D4D. Windows color (decimal): -11643862 or 2774094. OLE color: 2774094.

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

Color convert

RGB788442-
CMYK0.0700.50.67
HSL68.57º33.33%24.71%-
HSV(B)68.57º50%32.94%-
XYZ6.738.133.4-
YUV77.42108.01128.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.24%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=38.24%
G=41.18%
B=20.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7884420.0700.50.6768.5733.3324.71
Hex4E542A703243452119
Octal1161245270621031054131
Binary1001110101010010101011101100101000011100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E542A;
 }
 .AnyTagClassName
 {
   color: #4E542A;
 }
</style>
background-color css

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

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

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

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

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

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