#4E552E

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

Shades of Saratoga #4E552E

Tints of Saratoga #4E552E

Color information

#4E552E (or 0x4E552E) is unknown color: approx Saratoga. HEX triplet: 4E, 55 and 2E. RGB value is (78,85,46). Sum of RGB (Red+Green+Blue) = 78+85+46=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #4E552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E552E is #B1AAD1. Grayscale: #4E4E4E. Windows color (decimal): -11643602 or 3036494. OLE color: 3036494.

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

Color convert

RGB788546-
CMYK0.0800.460.67
HSL70.77º29.77%25.69%-
HSV(B)70.77º45.88%33.33%-
XYZ6.888.313.83-
YUV78.46109.68127.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.32%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 46 (18.36% from 255) = 22.01%
R=37.32%
G=40.67%
B=22.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7885460.0800.460.6770.7729.7725.69
Hex4E552E802E43471e1a
Octal11612556100561031073632
Binary1001110101010110111010000101110100001110001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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