#5a6431

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

Shades of Saratoga #5A6431

Tints of Saratoga #5A6431

Color information

#5A6431 (or 0x5A6431) is unknown color: approx Saratoga. HEX triplet: 5A, 64 and 31. RGB value is (90,100,49). Sum of RGB (Red+Green+Blue) = 90+100+49=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #5A6431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6431 is #A59BCE. Grayscale: #5B5B5B. Windows color (decimal): -10853327 or 3236954. OLE color: 3236954.

HSL color Cylindrical-coordinate representation of color #5A6431: hue angle of 71.76º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A6431 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB9010049-
CMYK0.1000.510.61
HSL71.76º34.23%29.22%-
HSV(B)71.76º51%39.22%-
XYZ9.3311.514.64-
YUV91.2104.19127.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 100 (39.45% from 255) = 41.84%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=37.66%
G=41.84%
B=20.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal90100490.1000.510.6171.7634.2329.22
Hex5A6431A0333D48221d
Octal1321446112063751104235
Binary1011010110010011000110100110011111101100100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a6431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,100,49); }

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

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

 a { background-color: rgb(90,100,49); }

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

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

 span { border-color: rgb(90,100,49); }

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