Shades of Nugget #C3982B
Tints of Nugget #C3982B
RGB
CMYK
RGB Variations
Color information
#C3982B (or 0xC3982B) is known color: Nugget. HEX triplet: C3, 98 and 2B. RGB value is (195,152,43). Sum of RGB (Red+Green+Blue) = 195+152+43=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3982B is #3C67D4. Grayscale: #989898. Windows color (decimal): -3958741 or 2857155. OLE color: 2857155.
HSL color Cylindrical-coordinate representation of color #C3982B: hue angle of 43.03º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3982B is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 43 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.24 |
| HSL | 43.03º | 0.64% | 0.47% | - |
| HSV(B) | 43.03º | 0.78% | 0.76% | - |
| XYZ | 34.17 | 34.23 | 7.09 | - |
| YUV | 152.43 | 66.25 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 43 | 0 | 0.22 | 0.78 | 0.24 | 43.03 | 0.64 | 0.47 |
| Hex | C3 | 98 | 2B | 0 | 16 | 4E | 18 | 2B | 40 | 2F |
| Octal | 303 | 230 | 53 | 0 | 26 | 116 | 30 | 53 | 100 | 57 |
| Binary | 11000011 | 10011000 | 101011 | 0 | 10110 | 1001110 | 11000 | 101011 | 1000000 | 101111 |
Color Harmonies of #C3982B
Complementary color
Monochromatic Colors of #C3982B
Black with #C3982B
Text Example
Text Example
White with #C3982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3982B; }
p { color: rgb(195,152,43); }
H1.HeaderClassName
{
color: #C3982B;
}
.AnyTagClassName
{
color: #C3982B;
}
</style>
background-color css
<style>
a { background-color: #C3982B; }
a { background-color: rgb(195,152,43); }
div.DivClassName
{
background-color: #C3982B;
}
.BgClassName
{
background-color: #C3982B;
}
</style>
border-color css
<style>
span { border-color: #C3982B; }
span { border-color: rgb(195,152,43); }
td.TdClassName
{
border-color: #C3982B;
}
.TagClassName
{
border-color: #C3982B;
}
</style>