Shades of Saratoga #56632B
Tints of Saratoga #56632B
RGB
CMYK
RGB Variations
Color information
#56632B (or 0x56632B) is known color: Saratoga. HEX triplet: 56, 63 and 2B. RGB value is (86,99,43). Sum of RGB (Red+Green+Blue) = 86+99+43=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #56632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56632B is #A99CD4. Grayscale: #585858. Windows color (decimal): -11115733 or 2843478. OLE color: 2843478.
HSL color Cylindrical-coordinate representation of color #56632B: hue angle of 73.93º 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 #56632B is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 99 | 43 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.61 |
| HSL | 73.93º | 0.39% | 0.28% | - |
| HSV(B) | 73.93º | 0.57% | 0.39% | - |
| XYZ | 8.74 | 11.08 | 3.96 | - |
| YUV | 88.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 43 | 0.13 | 0 | 0.57 | 0.61 | 73.93 | 0.39 | 0.28 |
| Hex | 56 | 63 | 2B | D | 0 | 39 | 3D | 4A | 27 | 1C |
| Octal | 126 | 143 | 53 | 15 | 0 | 71 | 75 | 112 | 47 | 34 |
| Binary | 1010110 | 1100011 | 101011 | 1101 | 0 | 111001 | 111101 | 1001010 | 100111 | 11100 |
Color Harmonies of #56632B
Complementary color
Monochromatic Colors of #56632B
Black with #56632B
Text Example
Text Example
White with #56632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56632B; }
p { color: rgb(86,99,43); }
H1.HeaderClassName
{
color: #56632B;
}
.AnyTagClassName
{
color: #56632B;
}
</style>
background-color css
<style>
a { background-color: #56632B; }
a { background-color: rgb(86,99,43); }
div.DivClassName
{
background-color: #56632B;
}
.BgClassName
{
background-color: #56632B;
}
</style>
border-color css
<style>
span { border-color: #56632B; }
span { border-color: rgb(86,99,43); }
td.TdClassName
{
border-color: #56632B;
}
.TagClassName
{
border-color: #56632B;
}
</style>