Shades of Nugget #C78D25
Tints of Nugget #C78D25
RGB
CMYK
RGB Variations
Color information
#C78D25 (or 0xC78D25) is known color: Nugget. HEX triplet: C7, 8D and 25. RGB value is (199,141,37). Sum of RGB (Red+Green+Blue) = 199+141+37=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78D25 is #3872DA. Grayscale: #929292. Windows color (decimal): -3699419 or 2461127. OLE color: 2461127.
HSL color Cylindrical-coordinate representation of color #C78D25: hue angle of 38.52º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C78D25 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 37 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.22 |
| HSL | 38.52º | 0.69% | 0.46% | - |
| HSV(B) | 38.52º | 0.81% | 0.78% | - |
| XYZ | 33.41 | 31.33 | 6.04 | - |
| YUV | 146.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 37 | 0 | 0.29 | 0.81 | 0.22 | 38.52 | 0.69 | 0.46 |
| Hex | C7 | 8D | 25 | 0 | 1D | 51 | 16 | 27 | 45 | 2E |
| Octal | 307 | 215 | 45 | 0 | 35 | 121 | 26 | 47 | 105 | 56 |
| Binary | 11000111 | 10001101 | 100101 | 0 | 11101 | 1010001 | 10110 | 100111 | 1000101 | 101110 |
Color Harmonies of #C78D25
Complementary color
Monochromatic Colors of #C78D25
Black with #C78D25
Text Example
Text Example
White with #C78D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D25; }
p { color: rgb(199,141,37); }
H1.HeaderClassName
{
color: #C78D25;
}
.AnyTagClassName
{
color: #C78D25;
}
</style>
background-color css
<style>
a { background-color: #C78D25; }
a { background-color: rgb(199,141,37); }
div.DivClassName
{
background-color: #C78D25;
}
.BgClassName
{
background-color: #C78D25;
}
</style>
border-color css
<style>
span { border-color: #C78D25; }
span { border-color: rgb(199,141,37); }
td.TdClassName
{
border-color: #C78D25;
}
.TagClassName
{
border-color: #C78D25;
}
</style>