Shades of Nugget #C08822
Tints of Nugget #C08822
RGB
CMYK
RGB Variations
Color information
#C08822 (or 0xC08822) is known color: Nugget. HEX triplet: C0, 88 and 22. RGB value is (192,136,34). Sum of RGB (Red+Green+Blue) = 192+136+34=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C08822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08822 is #3F77DD. Grayscale: #8D8D8D. Windows color (decimal): -4159454 or 2263232. OLE color: 2263232.
HSL color Cylindrical-coordinate representation of color #C08822: hue angle of 38.73º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C08822 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 34 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.25 |
| HSL | 38.73º | 0.7% | 0.44% | - |
| HSV(B) | 38.73º | 0.82% | 0.75% | - |
| XYZ | 30.83 | 28.93 | 5.47 | - |
| YUV | 141.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 34 | 0 | 0.29 | 0.82 | 0.25 | 38.73 | 0.7 | 0.44 |
| Hex | C0 | 88 | 22 | 0 | 1D | 52 | 19 | 27 | 46 | 2C |
| Octal | 300 | 210 | 42 | 0 | 35 | 122 | 31 | 47 | 106 | 54 |
| Binary | 11000000 | 10001000 | 100010 | 0 | 11101 | 1010010 | 11001 | 100111 | 1000110 | 101100 |
Color Harmonies of #C08822
Complementary color
Monochromatic Colors of #C08822
Black with #C08822
Text Example
Text Example
White with #C08822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08822; }
p { color: rgb(192,136,34); }
H1.HeaderClassName
{
color: #C08822;
}
.AnyTagClassName
{
color: #C08822;
}
</style>
background-color css
<style>
a { background-color: #C08822; }
a { background-color: rgb(192,136,34); }
div.DivClassName
{
background-color: #C08822;
}
.BgClassName
{
background-color: #C08822;
}
</style>
border-color css
<style>
span { border-color: #C08822; }
span { border-color: rgb(192,136,34); }
td.TdClassName
{
border-color: #C08822;
}
.TagClassName
{
border-color: #C08822;
}
</style>