Shades of Saratoga #54552D
Tints of Saratoga #54552D
RGB
CMYK
RGB Variations
Color information
#54552D (or 0x54552D) is known color: Saratoga. HEX triplet: 54, 55 and 2D. RGB value is (84,85,45). Sum of RGB (Red+Green+Blue) = 84+85+45=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #54552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54552D is #ABAAD2. Grayscale: #505050. Windows color (decimal): -11250387 or 2970964. OLE color: 2970964.
HSL color Cylindrical-coordinate representation of color #54552D: hue angle of 61.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54552D is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 45 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.67 |
| HSL | 61.5º | 0.31% | 0.25% | - |
| HSV(B) | 61.5º | 0.47% | 0.33% | - |
| XYZ | 7.38 | 8.57 | 3.75 | - |
| YUV | 80.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 45 | 0.01 | 0 | 0.47 | 0.67 | 61.5 | 0.31 | 0.25 |
| Hex | 54 | 55 | 2D | 1 | 0 | 2F | 43 | 3E | 1F | 19 |
| Octal | 124 | 125 | 55 | 1 | 0 | 57 | 103 | 76 | 37 | 31 |
| Binary | 1010100 | 1010101 | 101101 | 1 | 0 | 101111 | 1000011 | 111110 | 11111 | 11001 |
Color Harmonies of #54552D
Complementary color
Monochromatic Colors of #54552D
Black with #54552D
Text Example
Text Example
White with #54552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54552D; }
p { color: rgb(84,85,45); }
H1.HeaderClassName
{
color: #54552D;
}
.AnyTagClassName
{
color: #54552D;
}
</style>
background-color css
<style>
a { background-color: #54552D; }
a { background-color: rgb(84,85,45); }
div.DivClassName
{
background-color: #54552D;
}
.BgClassName
{
background-color: #54552D;
}
</style>
border-color css
<style>
span { border-color: #54552D; }
span { border-color: rgb(84,85,45); }
td.TdClassName
{
border-color: #54552D;
}
.TagClassName
{
border-color: #54552D;
}
</style>