Shades of Nugget #C1871F
Tints of Nugget #C1871F
RGB
CMYK
RGB Variations
Color information
#C1871F (or 0xC1871F) is known color: Nugget. HEX triplet: C1, 87 and 1F. RGB value is (193,135,31). Sum of RGB (Red+Green+Blue) = 193+135+31=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C1871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1871F is #3E78E0. Grayscale: #8C8C8C. Windows color (decimal): -4094177 or 2066369. OLE color: 2066369.
HSL color Cylindrical-coordinate representation of color #C1871F: hue angle of 38.52º 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 #C1871F is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 31 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.24 |
| HSL | 38.52º | 0.72% | 0.44% | - |
| HSV(B) | 38.52º | 0.84% | 0.76% | - |
| XYZ | 30.9 | 28.76 | 5.22 | - |
| YUV | 140.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 31 | 0 | 0.30 | 0.84 | 0.24 | 38.52 | 0.72 | 0.44 |
| Hex | C1 | 87 | 1F | 0 | 1E | 54 | 18 | 27 | 48 | 2C |
| Octal | 301 | 207 | 37 | 0 | 36 | 124 | 30 | 47 | 110 | 54 |
| Binary | 11000001 | 10000111 | 11111 | 0 | 11110 | 1010100 | 11000 | 100111 | 1001000 | 101100 |
Color Harmonies of #C1871F
Complementary color
Monochromatic Colors of #C1871F
Black with #C1871F
Text Example
Text Example
White with #C1871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1871F; }
p { color: rgb(193,135,31); }
H1.HeaderClassName
{
color: #C1871F;
}
.AnyTagClassName
{
color: #C1871F;
}
</style>
background-color css
<style>
a { background-color: #C1871F; }
a { background-color: rgb(193,135,31); }
div.DivClassName
{
background-color: #C1871F;
}
.BgClassName
{
background-color: #C1871F;
}
</style>
border-color css
<style>
span { border-color: #C1871F; }
span { border-color: rgb(193,135,31); }
td.TdClassName
{
border-color: #C1871F;
}
.TagClassName
{
border-color: #C1871F;
}
</style>