Shades of Nugget #C38D1E
Tints of Nugget #C38D1E
RGB
CMYK
RGB Variations
Color information
#C38D1E (or 0xC38D1E) is known color: Nugget. HEX triplet: C3, 8D and 1E. RGB value is (195,141,30). Sum of RGB (Red+Green+Blue) = 195+141+30=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D1E is #3C72E1. Grayscale: #909090. Windows color (decimal): -3961570 or 2002371. OLE color: 2002371.
HSL color Cylindrical-coordinate representation of color #C38D1E: hue angle of 40.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C38D1E is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 30 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.24 |
| HSL | 40.36º | 0.73% | 0.44% | - |
| HSV(B) | 40.36º | 0.85% | 0.76% | - |
| XYZ | 32.26 | 30.75 | 5.46 | - |
| YUV | 144.49 | 63.39 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 30 | 0 | 0.28 | 0.85 | 0.24 | 40.36 | 0.73 | 0.44 |
| Hex | C3 | 8D | 1E | 0 | 1C | 55 | 18 | 28 | 49 | 2C |
| Octal | 303 | 215 | 36 | 0 | 34 | 125 | 30 | 50 | 111 | 54 |
| Binary | 11000011 | 10001101 | 11110 | 0 | 11100 | 1010101 | 11000 | 101000 | 1001001 | 101100 |
Color Harmonies of #C38D1E
Complementary color
Monochromatic Colors of #C38D1E
Black with #C38D1E
Text Example
Text Example
White with #C38D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D1E; }
p { color: rgb(195,141,30); }
H1.HeaderClassName
{
color: #C38D1E;
}
.AnyTagClassName
{
color: #C38D1E;
}
</style>
background-color css
<style>
a { background-color: #C38D1E; }
a { background-color: rgb(195,141,30); }
div.DivClassName
{
background-color: #C38D1E;
}
.BgClassName
{
background-color: #C38D1E;
}
</style>
border-color css
<style>
span { border-color: #C38D1E; }
span { border-color: rgb(195,141,30); }
td.TdClassName
{
border-color: #C38D1E;
}
.TagClassName
{
border-color: #C38D1E;
}
</style>