Shades of Saratoga #57642D
Tints of Saratoga #57642D
RGB
CMYK
RGB Variations
Color information
#57642D (or 0x57642D) is known color: Saratoga. HEX triplet: 57, 64 and 2D. RGB value is (87,100,45). Sum of RGB (Red+Green+Blue) = 87+100+45=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #57642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57642D is #A89BD2. Grayscale: #5A5A5A. Windows color (decimal): -11049939 or 2974807. OLE color: 2974807.
HSL color Cylindrical-coordinate representation of color #57642D: hue angle of 74.18º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57642D is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 100 | 45 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.61 |
| HSL | 74.18º | 0.38% | 0.28% | - |
| HSV(B) | 74.18º | 0.55% | 0.39% | - |
| XYZ | 8.96 | 11.33 | 4.2 | - |
| YUV | 89.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 100 | 45 | 0.13 | 0 | 0.55 | 0.61 | 74.18 | 0.38 | 0.28 |
| Hex | 57 | 64 | 2D | D | 0 | 37 | 3D | 4A | 26 | 1C |
| Octal | 127 | 144 | 55 | 15 | 0 | 67 | 75 | 112 | 46 | 34 |
| Binary | 1010111 | 1100100 | 101101 | 1101 | 0 | 110111 | 111101 | 1001010 | 100110 | 11100 |
Color Harmonies of #57642D
Complementary color
Monochromatic Colors of #57642D
Black with #57642D
Text Example
Text Example
White with #57642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57642D; }
p { color: rgb(87,100,45); }
H1.HeaderClassName
{
color: #57642D;
}
.AnyTagClassName
{
color: #57642D;
}
</style>
background-color css
<style>
a { background-color: #57642D; }
a { background-color: rgb(87,100,45); }
div.DivClassName
{
background-color: #57642D;
}
.BgClassName
{
background-color: #57642D;
}
</style>
border-color css
<style>
span { border-color: #57642D; }
span { border-color: rgb(87,100,45); }
td.TdClassName
{
border-color: #57642D;
}
.TagClassName
{
border-color: #57642D;
}
</style>