#5A662C

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

Shades of Saratoga #5A662C

Tints of Saratoga #5A662C

Color information

#5A662C (or 0x5A662C) is unknown color: approx Saratoga. HEX triplet: 5A, 66 and 2C. RGB value is (90,102,44). Sum of RGB (Red+Green+Blue) = 90+102+44=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #5A662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A662C is #A599D3. Grayscale: #5C5C5C. Windows color (decimal): -10852820 or 2909786. OLE color: 2909786.

HSL color Cylindrical-coordinate representation of color #5A662C: hue angle of 72.41º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A662C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB9010244-
CMYK0.1200.570.6
HSL72.41º39.73%28.63%-
HSV(B)72.41º56.86%40%-
XYZ9.4211.864.18-
YUV91.8101.02126.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.14%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=38.14%
G=43.22%
B=18.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal90102440.1200.570.672.4139.7328.63
Hex5A662CC0393C48281d
Octal1321465414071741105035
Binary1011010110011010110011000111001111100100100010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,102,44); }

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

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

 a { background-color: rgb(90,102,44); }

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

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

 span { border-color: rgb(90,102,44); }

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