Shades of Saratoga #555F2C
Tints of Saratoga #555F2C
RGB
CMYK
RGB Variations
Color information
#555F2C (or 0x555F2C) is known color: Saratoga. HEX triplet: 55, 5F and 2C. RGB value is (85,95,44). Sum of RGB (Red+Green+Blue) = 85+95+44=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #555F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F2C is #AAA0D3. Grayscale: #565656. Windows color (decimal): -11182292 or 2907989. OLE color: 2907989.
HSL color Cylindrical-coordinate representation of color #555F2C: hue angle of 71.76º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555F2C is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 44 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.63 |
| HSL | 71.76º | 0.37% | 0.27% | - |
| HSV(B) | 71.76º | 0.54% | 0.37% | - |
| XYZ | 8.29 | 10.3 | 3.93 | - |
| YUV | 86.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 44 | 0.11 | 0 | 0.54 | 0.63 | 71.76 | 0.37 | 0.27 |
| Hex | 55 | 5F | 2C | B | 0 | 36 | 3F | 48 | 25 | 1B |
| Octal | 125 | 137 | 54 | 13 | 0 | 66 | 77 | 110 | 45 | 33 |
| Binary | 1010101 | 1011111 | 101100 | 1011 | 0 | 110110 | 111111 | 1001000 | 100101 | 11011 |
Color Harmonies of #555F2C
Complementary color
Monochromatic Colors of #555F2C
Black with #555F2C
Text Example
Text Example
White with #555F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F2C; }
p { color: rgb(85,95,44); }
H1.HeaderClassName
{
color: #555F2C;
}
.AnyTagClassName
{
color: #555F2C;
}
</style>
background-color css
<style>
a { background-color: #555F2C; }
a { background-color: rgb(85,95,44); }
div.DivClassName
{
background-color: #555F2C;
}
.BgClassName
{
background-color: #555F2C;
}
</style>
border-color css
<style>
span { border-color: #555F2C; }
span { border-color: rgb(85,95,44); }
td.TdClassName
{
border-color: #555F2C;
}
.TagClassName
{
border-color: #555F2C;
}
</style>