Shades of Nugget #C28A1C
Tints of Nugget #C28A1C
RGB
CMYK
RGB Variations
Color information
#C28A1C (or 0xC28A1C) is known color: Nugget. HEX triplet: C2, 8A and 1C. RGB value is (194,138,28). Sum of RGB (Red+Green+Blue) = 194+138+28=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A1C is #3D75E3. Grayscale: #8E8E8E. Windows color (decimal): -4027876 or 1870530. OLE color: 1870530.
HSL color Cylindrical-coordinate representation of color #C28A1C: hue angle of 39.76º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C28A1C is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 28 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.24 |
| HSL | 39.76º | 0.75% | 0.44% | - |
| HSV(B) | 39.76º | 0.86% | 0.76% | - |
| XYZ | 31.55 | 29.73 | 5.17 | - |
| YUV | 142.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 28 | 0 | 0.29 | 0.86 | 0.24 | 39.76 | 0.75 | 0.44 |
| Hex | C2 | 8A | 1C | 0 | 1D | 56 | 18 | 28 | 4B | 2C |
| Octal | 302 | 212 | 34 | 0 | 35 | 126 | 30 | 50 | 113 | 54 |
| Binary | 11000010 | 10001010 | 11100 | 0 | 11101 | 1010110 | 11000 | 101000 | 1001011 | 101100 |
Color Harmonies of #C28A1C
Complementary color
Monochromatic Colors of #C28A1C
Black with #C28A1C
Text Example
Text Example
White with #C28A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A1C; }
p { color: rgb(194,138,28); }
H1.HeaderClassName
{
color: #C28A1C;
}
.AnyTagClassName
{
color: #C28A1C;
}
</style>
background-color css
<style>
a { background-color: #C28A1C; }
a { background-color: rgb(194,138,28); }
div.DivClassName
{
background-color: #C28A1C;
}
.BgClassName
{
background-color: #C28A1C;
}
</style>
border-color css
<style>
span { border-color: #C28A1C; }
span { border-color: rgb(194,138,28); }
td.TdClassName
{
border-color: #C28A1C;
}
.TagClassName
{
border-color: #C28A1C;
}
</style>