Shades of Nugget #C39228
Tints of Nugget #C39228
RGB
CMYK
RGB Variations
Color information
#C39228 (or 0xC39228) is known color: Nugget. HEX triplet: C3, 92 and 28. RGB value is (195,146,40). Sum of RGB (Red+Green+Blue) = 195+146+40=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C39228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39228 is #3C6DD7. Grayscale: #959595. Windows color (decimal): -3960280 or 2659011. OLE color: 2659011.
HSL color Cylindrical-coordinate representation of color #C39228: hue angle of 41.03º 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 #C39228 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 40 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.24 |
| HSL | 41.03º | 0.66% | 0.46% | - |
| HSV(B) | 41.03º | 0.79% | 0.76% | - |
| XYZ | 33.17 | 32.31 | 6.5 | - |
| YUV | 148.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 40 | 0 | 0.25 | 0.79 | 0.24 | 41.03 | 0.66 | 0.46 |
| Hex | C3 | 92 | 28 | 0 | 19 | 4F | 18 | 29 | 42 | 2E |
| Octal | 303 | 222 | 50 | 0 | 31 | 117 | 30 | 51 | 102 | 56 |
| Binary | 11000011 | 10010010 | 101000 | 0 | 11001 | 1001111 | 11000 | 101001 | 1000010 | 101110 |
Color Harmonies of #C39228
Complementary color
Monochromatic Colors of #C39228
Black with #C39228
Text Example
Text Example
White with #C39228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39228; }
p { color: rgb(195,146,40); }
H1.HeaderClassName
{
color: #C39228;
}
.AnyTagClassName
{
color: #C39228;
}
</style>
background-color css
<style>
a { background-color: #C39228; }
a { background-color: rgb(195,146,40); }
div.DivClassName
{
background-color: #C39228;
}
.BgClassName
{
background-color: #C39228;
}
</style>
border-color css
<style>
span { border-color: #C39228; }
span { border-color: rgb(195,146,40); }
td.TdClassName
{
border-color: #C39228;
}
.TagClassName
{
border-color: #C39228;
}
</style>