#5E622C

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

Shades of Saratoga #5E622C

Tints of Saratoga #5E622C

Color information

#5E622C (or 0x5E622C) is unknown color: approx Saratoga. HEX triplet: 5E, 62 and 2C. RGB value is (94,98,44). Sum of RGB (Red+Green+Blue) = 94+98+44=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #5E622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E622C is #A19DD3. Grayscale: #5A5A5A. Windows color (decimal): -10591700 or 2908766. OLE color: 2908766.

HSL color Cylindrical-coordinate representation of color #5E622C: hue angle of 64.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E622C is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB949844-
CMYK0.0400.550.62
HSL64.44º38.03%27.84%-
HSV(B)64.44º55.1%38.43%-
XYZ9.4411.34.07-
YUV90.65101.67130.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.83%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=39.83%
G=41.53%
B=18.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9498440.0400.550.6264.4438.0327.84
Hex5E622C40373E40261c
Octal136142544067761004634
Binary101111011000101011001000110111111110100000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E622C; }

 p { color: rgb(94,98,44); }

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

<style>
 a { background-color: #5E622C; }

 a { background-color: rgb(94,98,44); }

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

<style>
 span { border-color: #5E622C; }

 span { border-color: rgb(94,98,44); }

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