Shades of Nugget #C28A23
Tints of Nugget #C28A23
RGB
CMYK
RGB Variations
Color information
#C28A23 (or 0xC28A23) is known color: Nugget. HEX triplet: C2, 8A and 23. RGB value is (194,138,35). Sum of RGB (Red+Green+Blue) = 194+138+35=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A23 is #3D75DC. Grayscale: #8F8F8F. Windows color (decimal): -4027869 or 2329282. OLE color: 2329282.
HSL color Cylindrical-coordinate representation of color #C28A23: hue angle of 38.87º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C28A23 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 35 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.24 |
| HSL | 38.87º | 0.69% | 0.45% | - |
| HSV(B) | 38.87º | 0.82% | 0.76% | - |
| XYZ | 31.64 | 29.77 | 5.67 | - |
| YUV | 143 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 35 | 0 | 0.29 | 0.82 | 0.24 | 38.87 | 0.69 | 0.45 |
| Hex | C2 | 8A | 23 | 0 | 1D | 52 | 18 | 27 | 45 | 2D |
| Octal | 302 | 212 | 43 | 0 | 35 | 122 | 30 | 47 | 105 | 55 |
| Binary | 11000010 | 10001010 | 100011 | 0 | 11101 | 1010010 | 11000 | 100111 | 1000101 | 101101 |
Color Harmonies of #C28A23
Complementary color
Monochromatic Colors of #C28A23
Black with #C28A23
Text Example
Text Example
White with #C28A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A23; }
p { color: rgb(194,138,35); }
H1.HeaderClassName
{
color: #C28A23;
}
.AnyTagClassName
{
color: #C28A23;
}
</style>
background-color css
<style>
a { background-color: #C28A23; }
a { background-color: rgb(194,138,35); }
div.DivClassName
{
background-color: #C28A23;
}
.BgClassName
{
background-color: #C28A23;
}
</style>
border-color css
<style>
span { border-color: #C28A23; }
span { border-color: rgb(194,138,35); }
td.TdClassName
{
border-color: #C28A23;
}
.TagClassName
{
border-color: #C28A23;
}
</style>