Shades of Nugget #C28A1E
Tints of Nugget #C28A1E
RGB
CMYK
RGB Variations
Color information
#C28A1E (or 0xC28A1E) is known color: Nugget. HEX triplet: C2, 8A and 1E. RGB value is (194,138,30). Sum of RGB (Red+Green+Blue) = 194+138+30=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A1E is #3D75E1. Grayscale: #8E8E8E. Windows color (decimal): -4027874 or 2001602. OLE color: 2001602.
HSL color Cylindrical-coordinate representation of color #C28A1E: hue angle of 39.51º degrees, saturation: 0.73, 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 #C28A1E is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 30 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.24 |
| HSL | 39.51º | 0.73% | 0.44% | - |
| HSV(B) | 39.51º | 0.85% | 0.76% | - |
| XYZ | 31.57 | 29.74 | 5.3 | - |
| YUV | 142.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 30 | 0 | 0.29 | 0.85 | 0.24 | 39.51 | 0.73 | 0.44 |
| Hex | C2 | 8A | 1E | 0 | 1D | 55 | 18 | 28 | 49 | 2C |
| Octal | 302 | 212 | 36 | 0 | 35 | 125 | 30 | 50 | 111 | 54 |
| Binary | 11000010 | 10001010 | 11110 | 0 | 11101 | 1010101 | 11000 | 101000 | 1001001 | 101100 |
Color Harmonies of #C28A1E
Complementary color
Monochromatic Colors of #C28A1E
Black with #C28A1E
Text Example
Text Example
White with #C28A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A1E; }
p { color: rgb(194,138,30); }
H1.HeaderClassName
{
color: #C28A1E;
}
.AnyTagClassName
{
color: #C28A1E;
}
</style>
background-color css
<style>
a { background-color: #C28A1E; }
a { background-color: rgb(194,138,30); }
div.DivClassName
{
background-color: #C28A1E;
}
.BgClassName
{
background-color: #C28A1E;
}
</style>
border-color css
<style>
span { border-color: #C28A1E; }
span { border-color: rgb(194,138,30); }
td.TdClassName
{
border-color: #C28A1E;
}
.TagClassName
{
border-color: #C28A1E;
}
</style>