Shades of Nugget #C1881F
Tints of Nugget #C1881F
RGB
CMYK
RGB Variations
Color information
#C1881F (or 0xC1881F) is known color: Nugget. HEX triplet: C1, 88 and 1F. RGB value is (193,136,31). Sum of RGB (Red+Green+Blue) = 193+136+31=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C1881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1881F is #3E77E0. Grayscale: #8D8D8D. Windows color (decimal): -4093921 or 2066625. OLE color: 2066625.
HSL color Cylindrical-coordinate representation of color #C1881F: hue angle of 38.89º degrees, saturation: 0.72, 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 #C1881F is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 31 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.24 |
| HSL | 38.89º | 0.72% | 0.44% | - |
| HSV(B) | 38.89º | 0.84% | 0.76% | - |
| XYZ | 31.04 | 29.04 | 5.27 | - |
| YUV | 141.07 | 65.88 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 31 | 0 | 0.30 | 0.84 | 0.24 | 38.89 | 0.72 | 0.44 |
| Hex | C1 | 88 | 1F | 0 | 1E | 54 | 18 | 27 | 48 | 2C |
| Octal | 301 | 210 | 37 | 0 | 36 | 124 | 30 | 47 | 110 | 54 |
| Binary | 11000001 | 10001000 | 11111 | 0 | 11110 | 1010100 | 11000 | 100111 | 1001000 | 101100 |
Color Harmonies of #C1881F
Complementary color
Monochromatic Colors of #C1881F
Black with #C1881F
Text Example
Text Example
White with #C1881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1881F; }
p { color: rgb(193,136,31); }
H1.HeaderClassName
{
color: #C1881F;
}
.AnyTagClassName
{
color: #C1881F;
}
</style>
background-color css
<style>
a { background-color: #C1881F; }
a { background-color: rgb(193,136,31); }
div.DivClassName
{
background-color: #C1881F;
}
.BgClassName
{
background-color: #C1881F;
}
</style>
border-color css
<style>
span { border-color: #C1881F; }
span { border-color: rgb(193,136,31); }
td.TdClassName
{
border-color: #C1881F;
}
.TagClassName
{
border-color: #C1881F;
}
</style>