Shades of Nugget #C1891B
Tints of Nugget #C1891B
RGB
CMYK
RGB Variations
Color information
#C1891B (or 0xC1891B) is known color: Nugget. HEX triplet: C1, 89 and 1B. RGB value is (193,137,27). Sum of RGB (Red+Green+Blue) = 193+137+27=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1891B is #3E76E4. Grayscale: #8D8D8D. Windows color (decimal): -4093669 or 1804737. OLE color: 1804737.
HSL color Cylindrical-coordinate representation of color #C1891B: hue angle of 39.76º 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 #C1891B is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 27 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.24 |
| HSL | 39.76º | 0.75% | 0.43% | - |
| HSV(B) | 39.76º | 0.86% | 0.76% | - |
| XYZ | 31.14 | 29.31 | 5.05 | - |
| YUV | 141.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 27 | 0 | 0.29 | 0.86 | 0.24 | 39.76 | 0.75 | 0.43 |
| Hex | C1 | 89 | 1B | 0 | 1D | 56 | 18 | 28 | 4B | 2B |
| Octal | 301 | 211 | 33 | 0 | 35 | 126 | 30 | 50 | 113 | 53 |
| Binary | 11000001 | 10001001 | 11011 | 0 | 11101 | 1010110 | 11000 | 101000 | 1001011 | 101011 |
Color Harmonies of #C1891B
Complementary color
Monochromatic Colors of #C1891B
Black with #C1891B
Text Example
Text Example
White with #C1891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1891B; }
p { color: rgb(193,137,27); }
H1.HeaderClassName
{
color: #C1891B;
}
.AnyTagClassName
{
color: #C1891B;
}
</style>
background-color css
<style>
a { background-color: #C1891B; }
a { background-color: rgb(193,137,27); }
div.DivClassName
{
background-color: #C1891B;
}
.BgClassName
{
background-color: #C1891B;
}
</style>
border-color css
<style>
span { border-color: #C1891B; }
span { border-color: rgb(193,137,27); }
td.TdClassName
{
border-color: #C1891B;
}
.TagClassName
{
border-color: #C1891B;
}
</style>