Shades of Nugget #C5891B
Tints of Nugget #C5891B
RGB
CMYK
RGB Variations
Color information
#C5891B (or 0xC5891B) is known color: Nugget. HEX triplet: C5, 89 and 1B. RGB value is (197,137,27). Sum of RGB (Red+Green+Blue) = 197+137+27=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5891B is #3A76E4. Grayscale: #8E8E8E. Windows color (decimal): -3831525 or 1804741. OLE color: 1804741.
HSL color Cylindrical-coordinate representation of color #C5891B: hue angle of 38.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5891B is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 27 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.23 |
| HSL | 38.82º | 0.76% | 0.44% | - |
| HSV(B) | 38.82º | 0.86% | 0.77% | - |
| XYZ | 32.17 | 29.84 | 5.1 | - |
| YUV | 142.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 27 | 0 | 0.30 | 0.86 | 0.23 | 38.82 | 0.76 | 0.44 |
| Hex | C5 | 89 | 1B | 0 | 1E | 56 | 17 | 27 | 4C | 2C |
| Octal | 305 | 211 | 33 | 0 | 36 | 126 | 27 | 47 | 114 | 54 |
| Binary | 11000101 | 10001001 | 11011 | 0 | 11110 | 1010110 | 10111 | 100111 | 1001100 | 101100 |
Color Harmonies of #C5891B
Complementary color
Monochromatic Colors of #C5891B
Black with #C5891B
Text Example
Text Example
White with #C5891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5891B; }
p { color: rgb(197,137,27); }
H1.HeaderClassName
{
color: #C5891B;
}
.AnyTagClassName
{
color: #C5891B;
}
</style>
background-color css
<style>
a { background-color: #C5891B; }
a { background-color: rgb(197,137,27); }
div.DivClassName
{
background-color: #C5891B;
}
.BgClassName
{
background-color: #C5891B;
}
</style>
border-color css
<style>
span { border-color: #C5891B; }
span { border-color: rgb(197,137,27); }
td.TdClassName
{
border-color: #C5891B;
}
.TagClassName
{
border-color: #C5891B;
}
</style>