#5F642B

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

Shades of Saratoga #5F642B

Tints of Saratoga #5F642B

Color information

#5F642B (or 0x5F642B) is unknown color: approx Saratoga. HEX triplet: 5F, 64 and 2B. RGB value is (95,100,43). Sum of RGB (Red+Green+Blue) = 95+100+43=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #5F642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F642B is #A09BD4. Grayscale: #5C5C5C. Windows color (decimal): -10525653 or 2843743. OLE color: 2843743.

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

Color convert

RGB9510043-
CMYK0.0500.570.61
HSL65.26º39.86%28.04%-
HSV(B)65.26º57%39.22%-
XYZ9.7111.724.04-
YUV92.01100.34130.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.92%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 43 (17.19% from 255) = 18.07%
R=39.92%
G=42.02%
B=18.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal95100430.0500.570.6165.2639.8628.04
Hex5F642B50393D41281c
Octal137144535071751015034
Binary101111111001001010111010111001111101100000110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,100,43); }

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

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

 a { background-color: rgb(95,100,43); }

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

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

 span { border-color: rgb(95,100,43); }

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