#5F622D

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

Shades of Saratoga #5F622D

Tints of Saratoga #5F622D

Color information

#5F622D (or 0x5F622D) is unknown color: approx Saratoga. HEX triplet: 5F, 62 and 2D. RGB value is (95,98,45). Sum of RGB (Red+Green+Blue) = 95+98+45=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #5F622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F622D is #A09DD2. Grayscale: #5B5B5B. Windows color (decimal): -10526163 or 2974303. OLE color: 2974303.

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

Color convert

RGB959845-
CMYK0.0300.540.62
HSL63.4º37.06%28.04%-
HSV(B)63.4º54.08%38.43%-
XYZ9.5611.364.17-
YUV91.06102.01130.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.92%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=39.92%
G=41.18%
B=18.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598450.0300.540.6263.437.0628.04
Hex5F622D30363E3f251c
Octal13714255306676774534
Binary1011111110001010110111011011011111011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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