Shades of Saratoga #555F1D
Tints of Saratoga #555F1D
RGB
CMYK
RGB Variations
Color information
#555F1D (or 0x555F1D) is known color: Saratoga. HEX triplet: 55, 5F and 1D. RGB value is (85,95,29). Sum of RGB (Red+Green+Blue) = 85+95+29=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #555F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F1D is #AAA0E2. Grayscale: #545454. Windows color (decimal): -11182307 or 1924949. OLE color: 1924949.
HSL color Cylindrical-coordinate representation of color #555F1D: hue angle of 69.09º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #555F1D is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 29 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.63 |
| HSL | 69.09º | 0.53% | 0.24% | - |
| HSV(B) | 69.09º | 0.69% | 0.37% | - |
| XYZ | 8.06 | 10.2 | 2.71 | - |
| YUV | 84.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 29 | 0.11 | 0 | 0.69 | 0.63 | 69.09 | 0.53 | 0.24 |
| Hex | 55 | 5F | 1D | B | 0 | 45 | 3F | 45 | 35 | 18 |
| Octal | 125 | 137 | 35 | 13 | 0 | 105 | 77 | 105 | 65 | 30 |
| Binary | 1010101 | 1011111 | 11101 | 1011 | 0 | 1000101 | 111111 | 1000101 | 110101 | 11000 |
Color Harmonies of #555F1D
Complementary color
Monochromatic Colors of #555F1D
Black with #555F1D
Text Example
Text Example
White with #555F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F1D; }
p { color: rgb(85,95,29); }
H1.HeaderClassName
{
color: #555F1D;
}
.AnyTagClassName
{
color: #555F1D;
}
</style>
background-color css
<style>
a { background-color: #555F1D; }
a { background-color: rgb(85,95,29); }
div.DivClassName
{
background-color: #555F1D;
}
.BgClassName
{
background-color: #555F1D;
}
</style>
border-color css
<style>
span { border-color: #555F1D; }
span { border-color: rgb(85,95,29); }
td.TdClassName
{
border-color: #555F1D;
}
.TagClassName
{
border-color: #555F1D;
}
</style>