Shades of Nugget #C39128
Tints of Nugget #C39128
RGB
CMYK
RGB Variations
Color information
#C39128 (or 0xC39128) is known color: Nugget. HEX triplet: C3, 91 and 28. RGB value is (195,145,40). Sum of RGB (Red+Green+Blue) = 195+145+40=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C39128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39128 is #3C6ED7. Grayscale: #949494. Windows color (decimal): -3960536 or 2658755. OLE color: 2658755.
HSL color Cylindrical-coordinate representation of color #C39128: hue angle of 40.65º 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 #C39128 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 40 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.24 |
| HSL | 40.65º | 0.66% | 0.46% | - |
| HSV(B) | 40.65º | 0.79% | 0.76% | - |
| XYZ | 33.01 | 32.01 | 6.45 | - |
| YUV | 147.98 | 67.07 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 40 | 0 | 0.26 | 0.79 | 0.24 | 40.65 | 0.66 | 0.46 |
| Hex | C3 | 91 | 28 | 0 | 1A | 4F | 18 | 29 | 42 | 2E |
| Octal | 303 | 221 | 50 | 0 | 32 | 117 | 30 | 51 | 102 | 56 |
| Binary | 11000011 | 10010001 | 101000 | 0 | 11010 | 1001111 | 11000 | 101001 | 1000010 | 101110 |
Color Harmonies of #C39128
Complementary color
Monochromatic Colors of #C39128
Black with #C39128
Text Example
Text Example
White with #C39128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39128; }
p { color: rgb(195,145,40); }
H1.HeaderClassName
{
color: #C39128;
}
.AnyTagClassName
{
color: #C39128;
}
</style>
background-color css
<style>
a { background-color: #C39128; }
a { background-color: rgb(195,145,40); }
div.DivClassName
{
background-color: #C39128;
}
.BgClassName
{
background-color: #C39128;
}
</style>
border-color css
<style>
span { border-color: #C39128; }
span { border-color: rgb(195,145,40); }
td.TdClassName
{
border-color: #C39128;
}
.TagClassName
{
border-color: #C39128;
}
</style>