Shades of Saratoga #5C672D
Tints of Saratoga #5C672D
RGB
CMYK
RGB Variations
Color information
#5C672D (or 0x5C672D) is known color: Saratoga. HEX triplet: 5C, 67 and 2D. RGB value is (92,103,45). Sum of RGB (Red+Green+Blue) = 92+103+45=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 103 - color contains mainly: green. Hex color #5C672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C672D is #A398D2. Grayscale: #5D5D5D. Windows color (decimal): -10721491 or 2975580. OLE color: 2975580.
HSL color Cylindrical-coordinate representation of color #5C672D: hue angle of 71.38º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C672D is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 103 | 45 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.60 |
| HSL | 71.38º | 0.39% | 0.29% | - |
| HSV(B) | 71.38º | 0.56% | 0.4% | - |
| XYZ | 9.74 | 12.17 | 4.32 | - |
| YUV | 93.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 103 | 45 | 0.11 | 0 | 0.56 | 0.60 | 71.38 | 0.39 | 0.29 |
| Hex | 5C | 67 | 2D | B | 0 | 38 | 3C | 47 | 27 | 1D |
| Octal | 134 | 147 | 55 | 13 | 0 | 70 | 74 | 107 | 47 | 35 |
| Binary | 1011100 | 1100111 | 101101 | 1011 | 0 | 111000 | 111100 | 1000111 | 100111 | 11101 |
Color Harmonies of #5C672D
Complementary color
Monochromatic Colors of #5C672D
Black with #5C672D
Text Example
Text Example
White with #5C672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C672D; }
p { color: rgb(92,103,45); }
H1.HeaderClassName
{
color: #5C672D;
}
.AnyTagClassName
{
color: #5C672D;
}
</style>
background-color css
<style>
a { background-color: #5C672D; }
a { background-color: rgb(92,103,45); }
div.DivClassName
{
background-color: #5C672D;
}
.BgClassName
{
background-color: #5C672D;
}
</style>
border-color css
<style>
span { border-color: #5C672D; }
span { border-color: rgb(92,103,45); }
td.TdClassName
{
border-color: #5C672D;
}
.TagClassName
{
border-color: #5C672D;
}
</style>