Shades of Saratoga #58642C
Tints of Saratoga #58642C
RGB
CMYK
RGB Variations
Color information
#58642C (or 0x58642C) is known color: Saratoga. HEX triplet: 58, 64 and 2C. RGB value is (88,100,44). Sum of RGB (Red+Green+Blue) = 88+100+44=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #58642C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58642C is #A79BD3. Grayscale: #5A5A5A. Windows color (decimal): -10984404 or 2909272. OLE color: 2909272.
HSL color Cylindrical-coordinate representation of color #58642C: hue angle of 72.86º degrees, saturation: 0.39, 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 #58642C is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 100 | 44 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.61 |
| HSL | 72.86º | 0.39% | 0.28% | - |
| HSV(B) | 72.86º | 0.56% | 0.39% | - |
| XYZ | 9.04 | 11.37 | 4.1 | - |
| YUV | 90.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 44 | 0.12 | 0 | 0.56 | 0.61 | 72.86 | 0.39 | 0.28 |
| Hex | 58 | 64 | 2C | C | 0 | 38 | 3D | 49 | 27 | 1C |
| Octal | 130 | 144 | 54 | 14 | 0 | 70 | 75 | 111 | 47 | 34 |
| Binary | 1011000 | 1100100 | 101100 | 1100 | 0 | 111000 | 111101 | 1001001 | 100111 | 11100 |
Color Harmonies of #58642C
Complementary color
Monochromatic Colors of #58642C
Black with #58642C
Text Example
Text Example
White with #58642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58642C; }
p { color: rgb(88,100,44); }
H1.HeaderClassName
{
color: #58642C;
}
.AnyTagClassName
{
color: #58642C;
}
</style>
background-color css
<style>
a { background-color: #58642C; }
a { background-color: rgb(88,100,44); }
div.DivClassName
{
background-color: #58642C;
}
.BgClassName
{
background-color: #58642C;
}
</style>
border-color css
<style>
span { border-color: #58642C; }
span { border-color: rgb(88,100,44); }
td.TdClassName
{
border-color: #58642C;
}
.TagClassName
{
border-color: #58642C;
}
</style>