#5A632C

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

Shades of Saratoga #5A632C

Tints of Saratoga #5A632C

Color information

#5A632C (or 0x5A632C) is unknown color: approx Saratoga. HEX triplet: 5A, 63 and 2C. RGB value is (90,99,44). Sum of RGB (Red+Green+Blue) = 90+99+44=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #5A632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A632C is #A59CD3. Grayscale: #5A5A5A. Windows color (decimal): -10853588 or 2909018. OLE color: 2909018.

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

Color convert

RGB909944-
CMYK0.0900.560.61
HSL69.82º38.46%28.04%-
HSV(B)69.82º55.56%38.82%-
XYZ9.1311.284.08-
YUV90.04102.02127.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.63%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=38.63%
G=42.49%
B=18.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9099440.0900.560.6169.8238.4628.04
Hex5A632C90383D46261c
Octal1321435411070751064634
Binary1011010110001110110010010111000111101100011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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