Shades of Nugget #C18B2B
Tints of Nugget #C18B2B
RGB
CMYK
RGB Variations
Color information
#C18B2B (or 0xC18B2B) is known color: Nugget. HEX triplet: C1, 8B and 2B. RGB value is (193,139,43). Sum of RGB (Red+Green+Blue) = 193+139+43=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B2B is #3E74D4. Grayscale: #909090. Windows color (decimal): -4093141 or 2853825. OLE color: 2853825.
HSL color Cylindrical-coordinate representation of color #C18B2B: hue angle of 38.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C18B2B is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 43 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.24 |
| HSL | 38.4º | 0.64% | 0.46% | - |
| HSV(B) | 38.4º | 0.78% | 0.76% | - |
| XYZ | 31.66 | 29.98 | 6.4 | - |
| YUV | 144.2 | 70.89 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 43 | 0 | 0.28 | 0.78 | 0.24 | 38.4 | 0.64 | 0.46 |
| Hex | C1 | 8B | 2B | 0 | 1C | 4E | 18 | 26 | 40 | 2E |
| Octal | 301 | 213 | 53 | 0 | 34 | 116 | 30 | 46 | 100 | 56 |
| Binary | 11000001 | 10001011 | 101011 | 0 | 11100 | 1001110 | 11000 | 100110 | 1000000 | 101110 |
Color Harmonies of #C18B2B
Complementary color
Monochromatic Colors of #C18B2B
Black with #C18B2B
Text Example
Text Example
White with #C18B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18B2B; }
p { color: rgb(193,139,43); }
H1.HeaderClassName
{
color: #C18B2B;
}
.AnyTagClassName
{
color: #C18B2B;
}
</style>
background-color css
<style>
a { background-color: #C18B2B; }
a { background-color: rgb(193,139,43); }
div.DivClassName
{
background-color: #C18B2B;
}
.BgClassName
{
background-color: #C18B2B;
}
</style>
border-color css
<style>
span { border-color: #C18B2B; }
span { border-color: rgb(193,139,43); }
td.TdClassName
{
border-color: #C18B2B;
}
.TagClassName
{
border-color: #C18B2B;
}
</style>