Shades of Nugget #C3992F
Tints of Nugget #C3992F
RGB
CMYK
RGB Variations
Color information
#C3992F (or 0xC3992F) is known color: Nugget. HEX triplet: C3, 99 and 2F. RGB value is (195,153,47). Sum of RGB (Red+Green+Blue) = 195+153+47=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3992F is #3C66D0. Grayscale: #999999. Windows color (decimal): -3958481 or 3119555. OLE color: 3119555.
HSL color Cylindrical-coordinate representation of color #C3992F: hue angle of 42.97º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3992F is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 47 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.24 |
| HSL | 42.97º | 0.61% | 0.47% | - |
| HSV(B) | 42.97º | 0.76% | 0.76% | - |
| XYZ | 34.41 | 34.59 | 7.55 | - |
| YUV | 153.47 | 67.91 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 47 | 0 | 0.22 | 0.76 | 0.24 | 42.97 | 0.61 | 0.47 |
| Hex | C3 | 99 | 2F | 0 | 16 | 4C | 18 | 2B | 3D | 2F |
| Octal | 303 | 231 | 57 | 0 | 26 | 114 | 30 | 53 | 75 | 57 |
| Binary | 11000011 | 10011001 | 101111 | 0 | 10110 | 1001100 | 11000 | 101011 | 111101 | 101111 |
Color Harmonies of #C3992F
Complementary color
Monochromatic Colors of #C3992F
Black with #C3992F
Text Example
Text Example
White with #C3992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3992F; }
p { color: rgb(195,153,47); }
H1.HeaderClassName
{
color: #C3992F;
}
.AnyTagClassName
{
color: #C3992F;
}
</style>
background-color css
<style>
a { background-color: #C3992F; }
a { background-color: rgb(195,153,47); }
div.DivClassName
{
background-color: #C3992F;
}
.BgClassName
{
background-color: #C3992F;
}
</style>
border-color css
<style>
span { border-color: #C3992F; }
span { border-color: rgb(195,153,47); }
td.TdClassName
{
border-color: #C3992F;
}
.TagClassName
{
border-color: #C3992F;
}
</style>