Shades of Saratoga #5D652C
Tints of Saratoga #5D652C
RGB
CMYK
RGB Variations
Color information
#5D652C (or 0x5D652C) is known color: Saratoga. HEX triplet: 5D, 65 and 2C. RGB value is (93,101,44). Sum of RGB (Red+Green+Blue) = 93+101+44=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #5D652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D652C is #A29AD3. Grayscale: #5C5C5C. Windows color (decimal): -10656468 or 2909533. OLE color: 2909533.
HSL color Cylindrical-coordinate representation of color #5D652C: hue angle of 68.42º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D652C is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 44 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.60 |
| HSL | 68.42º | 0.39% | 0.28% | - |
| HSV(B) | 68.42º | 0.56% | 0.4% | - |
| XYZ | 9.62 | 11.82 | 4.16 | - |
| YUV | 92.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 44 | 0.08 | 0 | 0.56 | 0.60 | 68.42 | 0.39 | 0.28 |
| Hex | 5D | 65 | 2C | 8 | 0 | 38 | 3C | 44 | 27 | 1C |
| Octal | 135 | 145 | 54 | 10 | 0 | 70 | 74 | 104 | 47 | 34 |
| Binary | 1011101 | 1100101 | 101100 | 1000 | 0 | 111000 | 111100 | 1000100 | 100111 | 11100 |
Color Harmonies of #5D652C
Complementary color
Monochromatic Colors of #5D652C
Black with #5D652C
Text Example
Text Example
White with #5D652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D652C; }
p { color: rgb(93,101,44); }
H1.HeaderClassName
{
color: #5D652C;
}
.AnyTagClassName
{
color: #5D652C;
}
</style>
background-color css
<style>
a { background-color: #5D652C; }
a { background-color: rgb(93,101,44); }
div.DivClassName
{
background-color: #5D652C;
}
.BgClassName
{
background-color: #5D652C;
}
</style>
border-color css
<style>
span { border-color: #5D652C; }
span { border-color: rgb(93,101,44); }
td.TdClassName
{
border-color: #5D652C;
}
.TagClassName
{
border-color: #5D652C;
}
</style>