Shades of Nugget #C89B24
Tints of Nugget #C89B24
RGB
CMYK
RGB Variations
Color information
#C89B24 (or 0xC89B24) is known color: Nugget. HEX triplet: C8, 9B and 24. RGB value is (200,155,36). Sum of RGB (Red+Green+Blue) = 200+155+36=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B24 is #3764DB. Grayscale: #9B9B9B. Windows color (decimal): -3630300 or 2399176. OLE color: 2399176.
HSL color Cylindrical-coordinate representation of color #C89B24: hue angle of 43.54º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C89B24 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 36 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.22 |
| HSL | 43.54º | 0.69% | 0.46% | - |
| HSV(B) | 43.54º | 0.82% | 0.78% | - |
| XYZ | 35.86 | 35.85 | 6.7 | - |
| YUV | 154.89 | 60.91 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 36 | 0 | 0.22 | 0.82 | 0.22 | 43.54 | 0.69 | 0.46 |
| Hex | C8 | 9B | 24 | 0 | 16 | 52 | 16 | 2C | 45 | 2E |
| Octal | 310 | 233 | 44 | 0 | 26 | 122 | 26 | 54 | 105 | 56 |
| Binary | 11001000 | 10011011 | 100100 | 0 | 10110 | 1010010 | 10110 | 101100 | 1000101 | 101110 |
Color Harmonies of #C89B24
Complementary color
Monochromatic Colors of #C89B24
Black with #C89B24
Text Example
Text Example
White with #C89B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B24; }
p { color: rgb(200,155,36); }
H1.HeaderClassName
{
color: #C89B24;
}
.AnyTagClassName
{
color: #C89B24;
}
</style>
background-color css
<style>
a { background-color: #C89B24; }
a { background-color: rgb(200,155,36); }
div.DivClassName
{
background-color: #C89B24;
}
.BgClassName
{
background-color: #C89B24;
}
</style>
border-color css
<style>
span { border-color: #C89B24; }
span { border-color: rgb(200,155,36); }
td.TdClassName
{
border-color: #C89B24;
}
.TagClassName
{
border-color: #C89B24;
}
</style>