#5F622E

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

Shades of Saratoga #5F622E

Tints of Saratoga #5F622E

Color information

#5F622E (or 0x5F622E) is unknown color: approx Saratoga. HEX triplet: 5F, 62 and 2E. RGB value is (95,98,46). Sum of RGB (Red+Green+Blue) = 95+98+46=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #5F622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F622E is #A09DD1. Grayscale: #5B5B5B. Windows color (decimal): -10526162 or 3039839. OLE color: 3039839.

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

Color convert

RGB959846-
CMYK0.0300.530.62
HSL63.46º36.11%28.24%-
HSV(B)63.46º53.06%38.43%-
XYZ9.5811.374.27-
YUV91.18102.51130.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.75%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 46 (18.36% from 255) = 19.25%
R=39.75%
G=41.00%
B=19.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598460.0300.530.6263.4636.1128.24
Hex5F622E30353E3f241c
Octal13714256306576774434
Binary1011111110001010111011011010111111011111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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