Shades of Nugget #C38D1C
Tints of Nugget #C38D1C
RGB
CMYK
RGB Variations
Color information
#C38D1C (or 0xC38D1C) is known color: Nugget. HEX triplet: C3, 8D and 1C. RGB value is (195,141,28). Sum of RGB (Red+Green+Blue) = 195+141+28=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D1C is #3C72E3. Grayscale: #909090. Windows color (decimal): -3961572 or 1871299. OLE color: 1871299.
HSL color Cylindrical-coordinate representation of color #C38D1C: hue angle of 40.6º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C38D1C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 28 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.24 |
| HSL | 40.6º | 0.75% | 0.44% | - |
| HSV(B) | 40.6º | 0.86% | 0.76% | - |
| XYZ | 32.24 | 30.74 | 5.33 | - |
| YUV | 144.26 | 62.39 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 28 | 0 | 0.28 | 0.86 | 0.24 | 40.6 | 0.75 | 0.44 |
| Hex | C3 | 8D | 1C | 0 | 1C | 56 | 18 | 29 | 4B | 2C |
| Octal | 303 | 215 | 34 | 0 | 34 | 126 | 30 | 51 | 113 | 54 |
| Binary | 11000011 | 10001101 | 11100 | 0 | 11100 | 1010110 | 11000 | 101001 | 1001011 | 101100 |
Color Harmonies of #C38D1C
Complementary color
Monochromatic Colors of #C38D1C
Black with #C38D1C
Text Example
Text Example
White with #C38D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D1C; }
p { color: rgb(195,141,28); }
H1.HeaderClassName
{
color: #C38D1C;
}
.AnyTagClassName
{
color: #C38D1C;
}
</style>
background-color css
<style>
a { background-color: #C38D1C; }
a { background-color: rgb(195,141,28); }
div.DivClassName
{
background-color: #C38D1C;
}
.BgClassName
{
background-color: #C38D1C;
}
</style>
border-color css
<style>
span { border-color: #C38D1C; }
span { border-color: rgb(195,141,28); }
td.TdClassName
{
border-color: #C38D1C;
}
.TagClassName
{
border-color: #C38D1C;
}
</style>