Shades of Nugget #C18D1B
Tints of Nugget #C18D1B
RGB
CMYK
RGB Variations
Color information
#C18D1B (or 0xC18D1B) is known color: Nugget. HEX triplet: C1, 8D and 1B. RGB value is (193,141,27). Sum of RGB (Red+Green+Blue) = 193+141+27=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D1B is #3E72E4. Grayscale: #909090. Windows color (decimal): -4092645 or 1805761. OLE color: 1805761.
HSL color Cylindrical-coordinate representation of color #C18D1B: hue angle of 41.2º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C18D1B is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 27 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.24 |
| HSL | 41.2º | 0.75% | 0.43% | - |
| HSV(B) | 41.2º | 0.86% | 0.76% | - |
| XYZ | 31.72 | 30.47 | 5.25 | - |
| YUV | 143.55 | 62.23 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 27 | 0 | 0.27 | 0.86 | 0.24 | 41.2 | 0.75 | 0.43 |
| Hex | C1 | 8D | 1B | 0 | 1B | 56 | 18 | 29 | 4B | 2B |
| Octal | 301 | 215 | 33 | 0 | 33 | 126 | 30 | 51 | 113 | 53 |
| Binary | 11000001 | 10001101 | 11011 | 0 | 11011 | 1010110 | 11000 | 101001 | 1001011 | 101011 |
Color Harmonies of #C18D1B
Complementary color
Monochromatic Colors of #C18D1B
Black with #C18D1B
Text Example
Text Example
White with #C18D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18D1B; }
p { color: rgb(193,141,27); }
H1.HeaderClassName
{
color: #C18D1B;
}
.AnyTagClassName
{
color: #C18D1B;
}
</style>
background-color css
<style>
a { background-color: #C18D1B; }
a { background-color: rgb(193,141,27); }
div.DivClassName
{
background-color: #C18D1B;
}
.BgClassName
{
background-color: #C18D1B;
}
</style>
border-color css
<style>
span { border-color: #C18D1B; }
span { border-color: rgb(193,141,27); }
td.TdClassName
{
border-color: #C18D1B;
}
.TagClassName
{
border-color: #C18D1B;
}
</style>