Shades of Nugget #C39627
Tints of Nugget #C39627
RGB
CMYK
RGB Variations
Color information
#C39627 (or 0xC39627) is known color: Nugget. HEX triplet: C3, 96 and 27. RGB value is (195,150,39). Sum of RGB (Red+Green+Blue) = 195+150+39=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C39627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39627 is #3C69D8. Grayscale: #979797. Windows color (decimal): -3959257 or 2594499. OLE color: 2594499.
HSL color Cylindrical-coordinate representation of color #C39627: hue angle of 42.69º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C39627 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 39 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.24 |
| HSL | 42.69º | 0.67% | 0.46% | - |
| HSV(B) | 42.69º | 0.8% | 0.76% | - |
| XYZ | 33.78 | 33.56 | 6.62 | - |
| YUV | 150.8 | 64.91 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 39 | 0 | 0.23 | 0.80 | 0.24 | 42.69 | 0.67 | 0.46 |
| Hex | C3 | 96 | 27 | 0 | 17 | 50 | 18 | 2B | 43 | 2E |
| Octal | 303 | 226 | 47 | 0 | 27 | 120 | 30 | 53 | 103 | 56 |
| Binary | 11000011 | 10010110 | 100111 | 0 | 10111 | 1010000 | 11000 | 101011 | 1000011 | 101110 |
Color Harmonies of #C39627
Complementary color
Monochromatic Colors of #C39627
Black with #C39627
Text Example
Text Example
White with #C39627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39627; }
p { color: rgb(195,150,39); }
H1.HeaderClassName
{
color: #C39627;
}
.AnyTagClassName
{
color: #C39627;
}
</style>
background-color css
<style>
a { background-color: #C39627; }
a { background-color: rgb(195,150,39); }
div.DivClassName
{
background-color: #C39627;
}
.BgClassName
{
background-color: #C39627;
}
</style>
border-color css
<style>
span { border-color: #C39627; }
span { border-color: rgb(195,150,39); }
td.TdClassName
{
border-color: #C39627;
}
.TagClassName
{
border-color: #C39627;
}
</style>