Shades of Nugget #C18720
Tints of Nugget #C18720
RGB
CMYK
RGB Variations
Color information
#C18720 (or 0xC18720) is known color: Nugget. HEX triplet: C1, 87 and 20. RGB value is (193,135,32). Sum of RGB (Red+Green+Blue) = 193+135+32=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C18720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18720 is #3E78DF. Grayscale: #8D8D8D. Windows color (decimal): -4094176 or 2131905. OLE color: 2131905.
HSL color Cylindrical-coordinate representation of color #C18720: hue angle of 38.39º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C18720 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 32 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.24 |
| HSL | 38.39º | 0.72% | 0.44% | - |
| HSV(B) | 38.39º | 0.83% | 0.76% | - |
| XYZ | 30.92 | 28.77 | 5.29 | - |
| YUV | 140.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 32 | 0 | 0.30 | 0.83 | 0.24 | 38.39 | 0.72 | 0.44 |
| Hex | C1 | 87 | 20 | 0 | 1E | 53 | 18 | 26 | 48 | 2C |
| Octal | 301 | 207 | 40 | 0 | 36 | 123 | 30 | 46 | 110 | 54 |
| Binary | 11000001 | 10000111 | 100000 | 0 | 11110 | 1010011 | 11000 | 100110 | 1001000 | 101100 |
Color Harmonies of #C18720
Complementary color
Monochromatic Colors of #C18720
Black with #C18720
Text Example
Text Example
White with #C18720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18720; }
p { color: rgb(193,135,32); }
H1.HeaderClassName
{
color: #C18720;
}
.AnyTagClassName
{
color: #C18720;
}
</style>
background-color css
<style>
a { background-color: #C18720; }
a { background-color: rgb(193,135,32); }
div.DivClassName
{
background-color: #C18720;
}
.BgClassName
{
background-color: #C18720;
}
</style>
border-color css
<style>
span { border-color: #C18720; }
span { border-color: rgb(193,135,32); }
td.TdClassName
{
border-color: #C18720;
}
.TagClassName
{
border-color: #C18720;
}
</style>