Shades of Saratoga #4D552B
Tints of Saratoga #4D552B
RGB
CMYK
RGB Variations
Color information
#4D552B (or 0x4D552B) is known color: Saratoga. HEX triplet: 4D, 55 and 2B. RGB value is (77,85,43). Sum of RGB (Red+Green+Blue) = 77+85+43=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #4D552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D552B is #B2AAD4. Grayscale: #4D4D4D. Windows color (decimal): -11709141 or 2839885. OLE color: 2839885.
HSL color Cylindrical-coordinate representation of color #4D552B: hue angle of 71.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D552B is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 43 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.67 |
| HSL | 71.43º | 0.33% | 0.25% | - |
| HSV(B) | 71.43º | 0.49% | 0.33% | - |
| XYZ | 6.75 | 8.25 | 3.52 | - |
| YUV | 77.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 43 | 0.09 | 0 | 0.49 | 0.67 | 71.43 | 0.33 | 0.25 |
| Hex | 4D | 55 | 2B | 9 | 0 | 31 | 43 | 47 | 21 | 19 |
| Octal | 115 | 125 | 53 | 11 | 0 | 61 | 103 | 107 | 41 | 31 |
| Binary | 1001101 | 1010101 | 101011 | 1001 | 0 | 110001 | 1000011 | 1000111 | 100001 | 11001 |
Color Harmonies of #4D552B
Complementary color
Monochromatic Colors of #4D552B
Black with #4D552B
Text Example
Text Example
White with #4D552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D552B; }
p { color: rgb(77,85,43); }
H1.HeaderClassName
{
color: #4D552B;
}
.AnyTagClassName
{
color: #4D552B;
}
</style>
background-color css
<style>
a { background-color: #4D552B; }
a { background-color: rgb(77,85,43); }
div.DivClassName
{
background-color: #4D552B;
}
.BgClassName
{
background-color: #4D552B;
}
</style>
border-color css
<style>
span { border-color: #4D552B; }
span { border-color: rgb(77,85,43); }
td.TdClassName
{
border-color: #4D552B;
}
.TagClassName
{
border-color: #4D552B;
}
</style>