Shades of Nugget #C58F28
Tints of Nugget #C58F28
RGB
CMYK
RGB Variations
Color information
#C58F28 (or 0xC58F28) is known color: Nugget. HEX triplet: C5, 8F and 28. RGB value is (197,143,40). Sum of RGB (Red+Green+Blue) = 197+143+40=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58F28 is #3A70D7. Grayscale: #939393. Windows color (decimal): -3829976 or 2658245. OLE color: 2658245.
HSL color Cylindrical-coordinate representation of color #C58F28: hue angle of 39.36º degrees, saturation: 0.66, 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 #C58F28 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 40 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.23 |
| HSL | 39.36º | 0.66% | 0.46% | - |
| HSV(B) | 39.36º | 0.8% | 0.77% | - |
| XYZ | 33.23 | 31.67 | 6.37 | - |
| YUV | 147.4 | 67.39 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 40 | 0 | 0.27 | 0.80 | 0.23 | 39.36 | 0.66 | 0.46 |
| Hex | C5 | 8F | 28 | 0 | 1B | 50 | 17 | 27 | 42 | 2E |
| Octal | 305 | 217 | 50 | 0 | 33 | 120 | 27 | 47 | 102 | 56 |
| Binary | 11000101 | 10001111 | 101000 | 0 | 11011 | 1010000 | 10111 | 100111 | 1000010 | 101110 |
Color Harmonies of #C58F28
Complementary color
Monochromatic Colors of #C58F28
Black with #C58F28
Text Example
Text Example
White with #C58F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F28; }
p { color: rgb(197,143,40); }
H1.HeaderClassName
{
color: #C58F28;
}
.AnyTagClassName
{
color: #C58F28;
}
</style>
background-color css
<style>
a { background-color: #C58F28; }
a { background-color: rgb(197,143,40); }
div.DivClassName
{
background-color: #C58F28;
}
.BgClassName
{
background-color: #C58F28;
}
</style>
border-color css
<style>
span { border-color: #C58F28; }
span { border-color: rgb(197,143,40); }
td.TdClassName
{
border-color: #C58F28;
}
.TagClassName
{
border-color: #C58F28;
}
</style>