Shades of Nugget #C29B28
Tints of Nugget #C29B28
RGB
CMYK
RGB Variations
Color information
#C29B28 (or 0xC29B28) is known color: Nugget. HEX triplet: C2, 9B and 28. RGB value is (194,155,40). Sum of RGB (Red+Green+Blue) = 194+155+40=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B28 is #3D64D7. Grayscale: #9A9A9A. Windows color (decimal): -4023512 or 2661314. OLE color: 2661314.
HSL color Cylindrical-coordinate representation of color #C29B28: hue angle of 44.81º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C29B28 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 40 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.24 |
| HSL | 44.81º | 0.66% | 0.46% | - |
| HSV(B) | 44.81º | 0.79% | 0.76% | - |
| XYZ | 34.35 | 35.07 | 6.97 | - |
| YUV | 153.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 40 | 0 | 0.20 | 0.79 | 0.24 | 44.81 | 0.66 | 0.46 |
| Hex | C2 | 9B | 28 | 0 | 14 | 4F | 18 | 2D | 42 | 2E |
| Octal | 302 | 233 | 50 | 0 | 24 | 117 | 30 | 55 | 102 | 56 |
| Binary | 11000010 | 10011011 | 101000 | 0 | 10100 | 1001111 | 11000 | 101101 | 1000010 | 101110 |
Color Harmonies of #C29B28
Complementary color
Monochromatic Colors of #C29B28
Black with #C29B28
Text Example
Text Example
White with #C29B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B28; }
p { color: rgb(194,155,40); }
H1.HeaderClassName
{
color: #C29B28;
}
.AnyTagClassName
{
color: #C29B28;
}
</style>
background-color css
<style>
a { background-color: #C29B28; }
a { background-color: rgb(194,155,40); }
div.DivClassName
{
background-color: #C29B28;
}
.BgClassName
{
background-color: #C29B28;
}
</style>
border-color css
<style>
span { border-color: #C29B28; }
span { border-color: rgb(194,155,40); }
td.TdClassName
{
border-color: #C29B28;
}
.TagClassName
{
border-color: #C29B28;
}
</style>