Shades of Nugget #C18A1B
Tints of Nugget #C18A1B
RGB
CMYK
RGB Variations
Color information
#C18A1B (or 0xC18A1B) is known color: Nugget. HEX triplet: C1, 8A and 1B. RGB value is (193,138,27). Sum of RGB (Red+Green+Blue) = 193+138+27=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A1B is #3E75E4. Grayscale: #8E8E8E. Windows color (decimal): -4093413 or 1804993. OLE color: 1804993.
HSL color Cylindrical-coordinate representation of color #C18A1B: hue angle of 40.12º 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 #C18A1B is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 27 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.24 |
| HSL | 40.12º | 0.75% | 0.43% | - |
| HSV(B) | 40.12º | 0.86% | 0.76% | - |
| XYZ | 31.28 | 29.59 | 5.1 | - |
| YUV | 141.79 | 63.22 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 27 | 0 | 0.28 | 0.86 | 0.24 | 40.12 | 0.75 | 0.43 |
| Hex | C1 | 8A | 1B | 0 | 1C | 56 | 18 | 28 | 4B | 2B |
| Octal | 301 | 212 | 33 | 0 | 34 | 126 | 30 | 50 | 113 | 53 |
| Binary | 11000001 | 10001010 | 11011 | 0 | 11100 | 1010110 | 11000 | 101000 | 1001011 | 101011 |
Color Harmonies of #C18A1B
Complementary color
Monochromatic Colors of #C18A1B
Black with #C18A1B
Text Example
Text Example
White with #C18A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A1B; }
p { color: rgb(193,138,27); }
H1.HeaderClassName
{
color: #C18A1B;
}
.AnyTagClassName
{
color: #C18A1B;
}
</style>
background-color css
<style>
a { background-color: #C18A1B; }
a { background-color: rgb(193,138,27); }
div.DivClassName
{
background-color: #C18A1B;
}
.BgClassName
{
background-color: #C18A1B;
}
</style>
border-color css
<style>
span { border-color: #C18A1B; }
span { border-color: rgb(193,138,27); }
td.TdClassName
{
border-color: #C18A1B;
}
.TagClassName
{
border-color: #C18A1B;
}
</style>