Shades of Nugget #C58F27
Tints of Nugget #C58F27
RGB
CMYK
RGB Variations
Color information
#C58F27 (or 0xC58F27) is known color: Nugget. HEX triplet: C5, 8F and 27. RGB value is (197,143,39). Sum of RGB (Red+Green+Blue) = 197+143+39=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58F27 is #3A70D8. Grayscale: #939393. Windows color (decimal): -3829977 or 2592709. OLE color: 2592709.
HSL color Cylindrical-coordinate representation of color #C58F27: hue angle of 39.49º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C58F27 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 39 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.23 |
| HSL | 39.49º | 0.67% | 0.46% | - |
| HSV(B) | 39.49º | 0.8% | 0.77% | - |
| XYZ | 33.21 | 31.66 | 6.28 | - |
| YUV | 147.29 | 66.89 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 39 | 0 | 0.27 | 0.80 | 0.23 | 39.49 | 0.67 | 0.46 |
| Hex | C5 | 8F | 27 | 0 | 1B | 50 | 17 | 27 | 43 | 2E |
| Octal | 305 | 217 | 47 | 0 | 33 | 120 | 27 | 47 | 103 | 56 |
| Binary | 11000101 | 10001111 | 100111 | 0 | 11011 | 1010000 | 10111 | 100111 | 1000011 | 101110 |
Color Harmonies of #C58F27
Complementary color
Monochromatic Colors of #C58F27
Black with #C58F27
Text Example
Text Example
White with #C58F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F27; }
p { color: rgb(197,143,39); }
H1.HeaderClassName
{
color: #C58F27;
}
.AnyTagClassName
{
color: #C58F27;
}
</style>
background-color css
<style>
a { background-color: #C58F27; }
a { background-color: rgb(197,143,39); }
div.DivClassName
{
background-color: #C58F27;
}
.BgClassName
{
background-color: #C58F27;
}
</style>
border-color css
<style>
span { border-color: #C58F27; }
span { border-color: rgb(197,143,39); }
td.TdClassName
{
border-color: #C58F27;
}
.TagClassName
{
border-color: #C58F27;
}
</style>