Shades of Nugget #C1891E
Tints of Nugget #C1891E
RGB
CMYK
RGB Variations
Color information
#C1891E (or 0xC1891E) is known color: Nugget. HEX triplet: C1, 89 and 1E. RGB value is (193,137,30). Sum of RGB (Red+Green+Blue) = 193+137+30=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C1891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1891E is #3E76E1. Grayscale: #8E8E8E. Windows color (decimal): -4093666 or 2001345. OLE color: 2001345.
HSL color Cylindrical-coordinate representation of color #C1891E: hue angle of 39.39º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1891E is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 30 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.24 |
| HSL | 39.39º | 0.73% | 0.44% | - |
| HSV(B) | 39.39º | 0.84% | 0.76% | - |
| XYZ | 31.17 | 29.32 | 5.25 | - |
| YUV | 141.55 | 65.05 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 30 | 0 | 0.29 | 0.84 | 0.24 | 39.39 | 0.73 | 0.44 |
| Hex | C1 | 89 | 1E | 0 | 1D | 54 | 18 | 27 | 49 | 2C |
| Octal | 301 | 211 | 36 | 0 | 35 | 124 | 30 | 47 | 111 | 54 |
| Binary | 11000001 | 10001001 | 11110 | 0 | 11101 | 1010100 | 11000 | 100111 | 1001001 | 101100 |
Color Harmonies of #C1891E
Complementary color
Monochromatic Colors of #C1891E
Black with #C1891E
Text Example
Text Example
White with #C1891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1891E; }
p { color: rgb(193,137,30); }
H1.HeaderClassName
{
color: #C1891E;
}
.AnyTagClassName
{
color: #C1891E;
}
</style>
background-color css
<style>
a { background-color: #C1891E; }
a { background-color: rgb(193,137,30); }
div.DivClassName
{
background-color: #C1891E;
}
.BgClassName
{
background-color: #C1891E;
}
</style>
border-color css
<style>
span { border-color: #C1891E; }
span { border-color: rgb(193,137,30); }
td.TdClassName
{
border-color: #C1891E;
}
.TagClassName
{
border-color: #C1891E;
}
</style>