#5A662E

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

Shades of Saratoga #5A662E

Tints of Saratoga #5A662E

Color information

#5A662E (or 0x5A662E) is unknown color: approx Saratoga. HEX triplet: 5A, 66 and 2E. RGB value is (90,102,46). Sum of RGB (Red+Green+Blue) = 90+102+46=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #5A662E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A662E is #A599D1. Grayscale: #5C5C5C. Windows color (decimal): -10852818 or 3040858. OLE color: 3040858.

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

Color convert

RGB9010246-
CMYK0.1200.550.6
HSL72.86º37.84%29.02%-
HSV(B)72.86º54.9%40%-
XYZ9.4611.874.38-
YUV92.03102.02126.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 46 (18.36% from 255) = 19.33%
R=37.82%
G=42.86%
B=19.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal90102460.1200.550.672.8637.8429.02
Hex5A662EC0373C49261d
Octal1321465614067741114635
Binary1011010110011010111011000110111111100100100110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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