#5F632D

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

Shades of Saratoga #5F632D

Tints of Saratoga #5F632D

Color information

#5F632D (or 0x5F632D) is unknown color: approx Saratoga. HEX triplet: 5F, 63 and 2D. RGB value is (95,99,45). Sum of RGB (Red+Green+Blue) = 95+99+45=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #5F632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F632D is #A09CD2. Grayscale: #5B5B5B. Windows color (decimal): -10525907 or 2974559. OLE color: 2974559.

HSL color Cylindrical-coordinate representation of color #5F632D: hue angle of 64.44º 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 #5F632D is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB959945-
CMYK0.0400.550.61
HSL64.44º37.5%28.24%-
HSV(B)64.44º54.55%38.82%-
XYZ9.6511.554.2-
YUV91.65101.67130.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.75%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=39.75%
G=41.42%
B=18.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9599450.0400.550.6164.4437.528.24
Hex5F632D40373D40261c
Octal137143554067751004634
Binary101111111000111011011000110111111101100000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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