#5A5E35

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

Shades of Saratoga #5A5E35

Tints of Saratoga #5A5E35

Color information

#5A5E35 (or 0x5A5E35) is unknown color: approx Saratoga. HEX triplet: 5A, 5E and 35. RGB value is (90,94,53). Sum of RGB (Red+Green+Blue) = 90+94+53=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 94 - color contains mainly: green. Hex color #5A5E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5E35 is #A5A1CA. Grayscale: #585858. Windows color (decimal): -10854859 or 3497562. OLE color: 3497562.

HSL color Cylindrical-coordinate representation of color #5A5E35: hue angle of 65.85º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A5E35 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB909453-
CMYK0.0400.440.63
HSL65.85º27.89%28.82%-
HSV(B)65.85º43.62%36.86%-
XYZ8.8610.444.92-
YUV88.13108.17129.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=37.97%
G=39.66%
B=22.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9094530.0400.440.6365.8527.8928.82
Hex5A5E35402C3F421c1d
Octal132136654054771023435
Binary10110101011110110101100010110011111110000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,94,53); }

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

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

 a { background-color: rgb(90,94,53); }

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

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

 span { border-color: rgb(90,94,53); }

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