Shades of Nugget #CB9722
Tints of Nugget #CB9722
RGB
CMYK
RGB Variations
Color information
#CB9722 (or 0xCB9722) is known color: Nugget. HEX triplet: CB, 97 and 22. RGB value is (203,151,34). Sum of RGB (Red+Green+Blue) = 203+151+34=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9722 is #3468DD. Grayscale: #999999. Windows color (decimal): -3434718 or 2267083. OLE color: 2267083.
HSL color Cylindrical-coordinate representation of color #CB9722: hue angle of 41.54º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB9722 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 34 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.20 |
| HSL | 41.54º | 0.71% | 0.46% | - |
| HSV(B) | 41.54º | 0.83% | 0.8% | - |
| XYZ | 35.98 | 34.95 | 6.36 | - |
| YUV | 153.21 | 60.73 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 34 | 0 | 0.26 | 0.83 | 0.20 | 41.54 | 0.71 | 0.46 |
| Hex | CB | 97 | 22 | 0 | 1A | 53 | 14 | 2A | 47 | 2E |
| Octal | 313 | 227 | 42 | 0 | 32 | 123 | 24 | 52 | 107 | 56 |
| Binary | 11001011 | 10010111 | 100010 | 0 | 11010 | 1010011 | 10100 | 101010 | 1000111 | 101110 |
Color Harmonies of #CB9722
Complementary color
Monochromatic Colors of #CB9722
Black with #CB9722
Text Example
Text Example
White with #CB9722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9722; }
p { color: rgb(203,151,34); }
H1.HeaderClassName
{
color: #CB9722;
}
.AnyTagClassName
{
color: #CB9722;
}
</style>
background-color css
<style>
a { background-color: #CB9722; }
a { background-color: rgb(203,151,34); }
div.DivClassName
{
background-color: #CB9722;
}
.BgClassName
{
background-color: #CB9722;
}
</style>
border-color css
<style>
span { border-color: #CB9722; }
span { border-color: rgb(203,151,34); }
td.TdClassName
{
border-color: #CB9722;
}
.TagClassName
{
border-color: #CB9722;
}
</style>