#5A6321

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

Shades of Saratoga #5A6321

Tints of Saratoga #5A6321

Color information

#5A6321 (or 0x5A6321) is unknown color: approx Saratoga. HEX triplet: 5A, 63 and 21. RGB value is (90,99,33). Sum of RGB (Red+Green+Blue) = 90+99+33=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6321 is #A59CDE. Grayscale: #595959. Windows color (decimal): -10853599 or 2188122. OLE color: 2188122.

HSL color Cylindrical-coordinate representation of color #5A6321: hue angle of 68.18º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A6321 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB909933-
CMYK0.0900.670.61
HSL68.18º50%25.88%-
HSV(B)68.18º66.67%38.82%-
XYZ8.9511.213.13-
YUV88.7896.52128.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.54%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=40.54%
G=44.59%
B=14.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9099330.0900.670.6168.185025.88
Hex5A632190433D44321a
Octal13214341110103751046232
Binary10110101100011100001100101000011111101100010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,99,33); }

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

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

 a { background-color: rgb(90,99,33); }

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

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

 span { border-color: rgb(90,99,33); }

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