#5A601F

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

Shades of Saratoga #5A601F

Tints of Saratoga #5A601F

Color information

#5A601F (or 0x5A601F) is unknown color: approx Saratoga. HEX triplet: 5A, 60 and 1F. RGB value is (90,96,31). Sum of RGB (Red+Green+Blue) = 90+96+31=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #5A601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A601F is #A59FE0. Grayscale: #575757. Windows color (decimal): -10854369 or 2056282. OLE color: 2056282.

HSL color Cylindrical-coordinate representation of color #5A601F: hue angle of 65.54º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A601F is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB909631-
CMYK0.0600.680.62
HSL65.54º51.18%24.9%-
HSV(B)65.54º67.71%37.65%-
XYZ8.6510.642.89-
YUV86.896.51130.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 31 (12.5% from 255) = 14.29%
R=41.47%
G=44.24%
B=14.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096310.0600.680.6265.5451.1824.9
Hex5A601F60443E423319
Octal1321403760104761026331
Binary101101011000001111111001000100111110100001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,96,31); }

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

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

 a { background-color: rgb(90,96,31); }

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

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

 span { border-color: rgb(90,96,31); }

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