#5F632A

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

Shades of Saratoga #5F632A

Tints of Saratoga #5F632A

Color information

#5F632A (or 0x5F632A) is unknown color: approx Saratoga. HEX triplet: 5F, 63 and 2A. RGB value is (95,99,42). Sum of RGB (Red+Green+Blue) = 95+99+42=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #5F632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F632A is #A09CD5. Grayscale: #5B5B5B. Windows color (decimal): -10525910 or 2777951. OLE color: 2777951.

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

Color convert

RGB959942-
CMYK0.0400.580.61
HSL64.21º40.43%27.65%-
HSV(B)64.21º57.58%38.82%-
XYZ9.611.523.91-
YUV91.31100.17130.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.25%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=40.25%
G=41.95%
B=17.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9599420.0400.580.6164.2140.4327.65
Hex5F632A403A3D40281c
Octal137143524072751005034
Binary101111111000111010101000111010111101100000010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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