Shades of Nugget #C28A1D
Tints of Nugget #C28A1D
RGB
CMYK
RGB Variations
Color information
#C28A1D (or 0xC28A1D) is known color: Nugget. HEX triplet: C2, 8A and 1D. RGB value is (194,138,29). Sum of RGB (Red+Green+Blue) = 194+138+29=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A1D is #3D75E2. Grayscale: #8E8E8E. Windows color (decimal): -4027875 or 1936066. OLE color: 1936066.
HSL color Cylindrical-coordinate representation of color #C28A1D: hue angle of 39.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C28A1D is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 29 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.24 |
| HSL | 39.64º | 0.74% | 0.44% | - |
| HSV(B) | 39.64º | 0.85% | 0.76% | - |
| XYZ | 31.56 | 29.74 | 5.24 | - |
| YUV | 142.32 | 64.05 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 29 | 0 | 0.29 | 0.85 | 0.24 | 39.64 | 0.74 | 0.44 |
| Hex | C2 | 8A | 1D | 0 | 1D | 55 | 18 | 28 | 4A | 2C |
| Octal | 302 | 212 | 35 | 0 | 35 | 125 | 30 | 50 | 112 | 54 |
| Binary | 11000010 | 10001010 | 11101 | 0 | 11101 | 1010101 | 11000 | 101000 | 1001010 | 101100 |
Color Harmonies of #C28A1D
Complementary color
Monochromatic Colors of #C28A1D
Black with #C28A1D
Text Example
Text Example
White with #C28A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A1D; }
p { color: rgb(194,138,29); }
H1.HeaderClassName
{
color: #C28A1D;
}
.AnyTagClassName
{
color: #C28A1D;
}
</style>
background-color css
<style>
a { background-color: #C28A1D; }
a { background-color: rgb(194,138,29); }
div.DivClassName
{
background-color: #C28A1D;
}
.BgClassName
{
background-color: #C28A1D;
}
</style>
border-color css
<style>
span { border-color: #C28A1D; }
span { border-color: rgb(194,138,29); }
td.TdClassName
{
border-color: #C28A1D;
}
.TagClassName
{
border-color: #C28A1D;
}
</style>