Shades of Nugget #C28D2B
Tints of Nugget #C28D2B
RGB
CMYK
RGB Variations
Color information
#C28D2B (or 0xC28D2B) is known color: Nugget. HEX triplet: C2, 8D and 2B. RGB value is (194,141,43). Sum of RGB (Red+Green+Blue) = 194+141+43=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28D2B is #3D72D4. Grayscale: #929292. Windows color (decimal): -4027093 or 2854338. OLE color: 2854338.
HSL color Cylindrical-coordinate representation of color #C28D2B: hue angle of 38.94º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C28D2B is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 43 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.24 |
| HSL | 38.94º | 0.64% | 0.46% | - |
| HSV(B) | 38.94º | 0.78% | 0.76% | - |
| XYZ | 32.21 | 30.69 | 6.51 | - |
| YUV | 145.68 | 70.06 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 43 | 0 | 0.27 | 0.78 | 0.24 | 38.94 | 0.64 | 0.46 |
| Hex | C2 | 8D | 2B | 0 | 1B | 4E | 18 | 27 | 40 | 2E |
| Octal | 302 | 215 | 53 | 0 | 33 | 116 | 30 | 47 | 100 | 56 |
| Binary | 11000010 | 10001101 | 101011 | 0 | 11011 | 1001110 | 11000 | 100111 | 1000000 | 101110 |
Color Harmonies of #C28D2B
Complementary color
Monochromatic Colors of #C28D2B
Black with #C28D2B
Text Example
Text Example
White with #C28D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D2B; }
p { color: rgb(194,141,43); }
H1.HeaderClassName
{
color: #C28D2B;
}
.AnyTagClassName
{
color: #C28D2B;
}
</style>
background-color css
<style>
a { background-color: #C28D2B; }
a { background-color: rgb(194,141,43); }
div.DivClassName
{
background-color: #C28D2B;
}
.BgClassName
{
background-color: #C28D2B;
}
</style>
border-color css
<style>
span { border-color: #C28D2B; }
span { border-color: rgb(194,141,43); }
td.TdClassName
{
border-color: #C28D2B;
}
.TagClassName
{
border-color: #C28D2B;
}
</style>