Shades of Saratoga #545A38
Tints of Saratoga #545A38
RGB
CMYK
RGB Variations
Color information
#545A38 (or 0x545A38) is known color: Saratoga. HEX triplet: 54, 5A and 38. RGB value is (84,90,56). Sum of RGB (Red+Green+Blue) = 84+90+56=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #545A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A38 is #ABA5C7. Grayscale: #545454. Windows color (decimal): -11249096 or 3693140. OLE color: 3693140.
HSL color Cylindrical-coordinate representation of color #545A38: hue angle of 70.59º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #545A38 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 56 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.65 |
| HSL | 70.59º | 0.23% | 0.29% | - |
| HSV(B) | 70.59º | 0.38% | 0.35% | - |
| XYZ | 8.03 | 9.48 | 5.15 | - |
| YUV | 84.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 56 | 0.07 | 0 | 0.38 | 0.65 | 70.59 | 0.23 | 0.29 |
| Hex | 54 | 5A | 38 | 7 | 0 | 26 | 41 | 47 | 17 | 1D |
| Octal | 124 | 132 | 70 | 7 | 0 | 46 | 101 | 107 | 27 | 35 |
| Binary | 1010100 | 1011010 | 111000 | 111 | 0 | 100110 | 1000001 | 1000111 | 10111 | 11101 |
Color Harmonies of #545A38
Complementary color
Monochromatic Colors of #545A38
Black with #545A38
Text Example
Text Example
White with #545A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A38; }
p { color: rgb(84,90,56); }
H1.HeaderClassName
{
color: #545A38;
}
.AnyTagClassName
{
color: #545A38;
}
</style>
background-color css
<style>
a { background-color: #545A38; }
a { background-color: rgb(84,90,56); }
div.DivClassName
{
background-color: #545A38;
}
.BgClassName
{
background-color: #545A38;
}
</style>
border-color css
<style>
span { border-color: #545A38; }
span { border-color: rgb(84,90,56); }
td.TdClassName
{
border-color: #545A38;
}
.TagClassName
{
border-color: #545A38;
}
</style>