#5E632D

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

Shades of Saratoga #5E632D

Tints of Saratoga #5E632D

Color information

#5E632D (or 0x5E632D) is unknown color: approx Saratoga. HEX triplet: 5E, 63 and 2D. RGB value is (94,99,45). Sum of RGB (Red+Green+Blue) = 94+99+45=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #5E632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E632D is #A19CD2. Grayscale: #5B5B5B. Windows color (decimal): -10591443 or 2974558. OLE color: 2974558.

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

Color convert

RGB949945-
CMYK0.0500.550.61
HSL65.56º37.5%28.24%-
HSV(B)65.56º54.55%38.82%-
XYZ9.5511.494.2-
YUV91.35101.84129.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.50%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=39.50%
G=41.60%
B=18.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9499450.0500.550.6165.5637.528.24
Hex5E632D50373D42261c
Octal136143555067751024634
Binary101111011000111011011010110111111101100001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,99,45); }

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

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

 a { background-color: rgb(94,99,45); }

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

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

 span { border-color: rgb(94,99,45); }

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