Shades of Saratoga #51572A
Tints of Saratoga #51572A
RGB
CMYK
RGB Variations
Color information
#51572A (or 0x51572A) is known color: Saratoga. HEX triplet: 51, 57 and 2A. RGB value is (81,87,42). Sum of RGB (Red+Green+Blue) = 81+87+42=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #51572A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51572A is #AEA8D5. Grayscale: #505050. Windows color (decimal): -11446486 or 2774865. OLE color: 2774865.
HSL color Cylindrical-coordinate representation of color #51572A: hue angle of 68º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51572A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 42 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.66 |
| HSL | 68º | 0.35% | 0.25% | - |
| HSV(B) | 68º | 0.52% | 0.34% | - |
| XYZ | 7.22 | 8.73 | 3.5 | - |
| YUV | 80.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 42 | 0.07 | 0 | 0.52 | 0.66 | 68 | 0.35 | 0.25 |
| Hex | 51 | 57 | 2A | 7 | 0 | 34 | 42 | 44 | 23 | 19 |
| Octal | 121 | 127 | 52 | 7 | 0 | 64 | 102 | 104 | 43 | 31 |
| Binary | 1010001 | 1010111 | 101010 | 111 | 0 | 110100 | 1000010 | 1000100 | 100011 | 11001 |
Color Harmonies of #51572A
Complementary color
Monochromatic Colors of #51572A
Black with #51572A
Text Example
Text Example
White with #51572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51572A; }
p { color: rgb(81,87,42); }
H1.HeaderClassName
{
color: #51572A;
}
.AnyTagClassName
{
color: #51572A;
}
</style>
background-color css
<style>
a { background-color: #51572A; }
a { background-color: rgb(81,87,42); }
div.DivClassName
{
background-color: #51572A;
}
.BgClassName
{
background-color: #51572A;
}
</style>
border-color css
<style>
span { border-color: #51572A; }
span { border-color: rgb(81,87,42); }
td.TdClassName
{
border-color: #51572A;
}
.TagClassName
{
border-color: #51572A;
}
</style>