Shades of Saratoga #5A632B
Tints of Saratoga #5A632B
RGB
CMYK
RGB Variations
Color information
#5A632B (or 0x5A632B) is known color: Saratoga. HEX triplet: 5A, 63 and 2B. RGB value is (90,99,43). Sum of RGB (Red+Green+Blue) = 90+99+43=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #5A632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A632B is #A59CD4. Grayscale: #5A5A5A. Windows color (decimal): -10853589 or 2843482. OLE color: 2843482.
HSL color Cylindrical-coordinate representation of color #5A632B: hue angle of 69.64º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A632B is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 43 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.61 |
| HSL | 69.64º | 0.39% | 0.28% | - |
| HSV(B) | 69.64º | 0.57% | 0.39% | - |
| XYZ | 9.11 | 11.27 | 3.98 | - |
| YUV | 89.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 43 | 0.09 | 0 | 0.57 | 0.61 | 69.64 | 0.39 | 0.28 |
| Hex | 5A | 63 | 2B | 9 | 0 | 39 | 3D | 46 | 27 | 1C |
| Octal | 132 | 143 | 53 | 11 | 0 | 71 | 75 | 106 | 47 | 34 |
| Binary | 1011010 | 1100011 | 101011 | 1001 | 0 | 111001 | 111101 | 1000110 | 100111 | 11100 |
Color Harmonies of #5A632B
Complementary color
Monochromatic Colors of #5A632B
Black with #5A632B
Text Example
Text Example
White with #5A632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A632B; }
p { color: rgb(90,99,43); }
H1.HeaderClassName
{
color: #5A632B;
}
.AnyTagClassName
{
color: #5A632B;
}
</style>
background-color css
<style>
a { background-color: #5A632B; }
a { background-color: rgb(90,99,43); }
div.DivClassName
{
background-color: #5A632B;
}
.BgClassName
{
background-color: #5A632B;
}
</style>
border-color css
<style>
span { border-color: #5A632B; }
span { border-color: rgb(90,99,43); }
td.TdClassName
{
border-color: #5A632B;
}
.TagClassName
{
border-color: #5A632B;
}
</style>