Shades of Nugget #C3992D
Tints of Nugget #C3992D
RGB
CMYK
RGB Variations
Color information
#C3992D (or 0xC3992D) is known color: Nugget. HEX triplet: C3, 99 and 2D. RGB value is (195,153,45). Sum of RGB (Red+Green+Blue) = 195+153+45=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3992D is #3C66D2. Grayscale: #999999. Windows color (decimal): -3958483 or 2988483. OLE color: 2988483.
HSL color Cylindrical-coordinate representation of color #C3992D: hue angle of 43.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3992D is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 45 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.24 |
| HSL | 43.2º | 0.63% | 0.47% | - |
| HSV(B) | 43.2º | 0.77% | 0.76% | - |
| XYZ | 34.37 | 34.57 | 7.34 | - |
| YUV | 153.25 | 66.91 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 45 | 0 | 0.22 | 0.77 | 0.24 | 43.2 | 0.63 | 0.47 |
| Hex | C3 | 99 | 2D | 0 | 16 | 4D | 18 | 2B | 3E | 2F |
| Octal | 303 | 231 | 55 | 0 | 26 | 115 | 30 | 53 | 76 | 57 |
| Binary | 11000011 | 10011001 | 101101 | 0 | 10110 | 1001101 | 11000 | 101011 | 111110 | 101111 |
Color Harmonies of #C3992D
Complementary color
Monochromatic Colors of #C3992D
Black with #C3992D
Text Example
Text Example
White with #C3992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3992D; }
p { color: rgb(195,153,45); }
H1.HeaderClassName
{
color: #C3992D;
}
.AnyTagClassName
{
color: #C3992D;
}
</style>
background-color css
<style>
a { background-color: #C3992D; }
a { background-color: rgb(195,153,45); }
div.DivClassName
{
background-color: #C3992D;
}
.BgClassName
{
background-color: #C3992D;
}
</style>
border-color css
<style>
span { border-color: #C3992D; }
span { border-color: rgb(195,153,45); }
td.TdClassName
{
border-color: #C3992D;
}
.TagClassName
{
border-color: #C3992D;
}
</style>