Shades of Nugget #C28D25
Tints of Nugget #C28D25
RGB
CMYK
RGB Variations
Color information
#C28D25 (or 0xC28D25) is known color: Nugget. HEX triplet: C2, 8D and 25. RGB value is (194,141,37). Sum of RGB (Red+Green+Blue) = 194+141+37=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28D25 is #3D72DA. Grayscale: #919191. Windows color (decimal): -4027099 or 2461122. OLE color: 2461122.
HSL color Cylindrical-coordinate representation of color #C28D25: hue angle of 39.75º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C28D25 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 37 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.24 |
| HSL | 39.75º | 0.68% | 0.45% | - |
| HSV(B) | 39.75º | 0.81% | 0.76% | - |
| XYZ | 32.11 | 30.65 | 5.97 | - |
| YUV | 144.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 37 | 0 | 0.27 | 0.81 | 0.24 | 39.75 | 0.68 | 0.45 |
| Hex | C2 | 8D | 25 | 0 | 1B | 51 | 18 | 28 | 44 | 2D |
| Octal | 302 | 215 | 45 | 0 | 33 | 121 | 30 | 50 | 104 | 55 |
| Binary | 11000010 | 10001101 | 100101 | 0 | 11011 | 1010001 | 11000 | 101000 | 1000100 | 101101 |
Color Harmonies of #C28D25
Complementary color
Monochromatic Colors of #C28D25
Black with #C28D25
Text Example
Text Example
White with #C28D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D25; }
p { color: rgb(194,141,37); }
H1.HeaderClassName
{
color: #C28D25;
}
.AnyTagClassName
{
color: #C28D25;
}
</style>
background-color css
<style>
a { background-color: #C28D25; }
a { background-color: rgb(194,141,37); }
div.DivClassName
{
background-color: #C28D25;
}
.BgClassName
{
background-color: #C28D25;
}
</style>
border-color css
<style>
span { border-color: #C28D25; }
span { border-color: rgb(194,141,37); }
td.TdClassName
{
border-color: #C28D25;
}
.TagClassName
{
border-color: #C28D25;
}
</style>