Shades of Nugget #C28A1F
Tints of Nugget #C28A1F
RGB
CMYK
RGB Variations
Color information
#C28A1F (or 0xC28A1F) is known color: Nugget. HEX triplet: C2, 8A and 1F. RGB value is (194,138,31). Sum of RGB (Red+Green+Blue) = 194+138+31=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A1F is #3D75E0. Grayscale: #8F8F8F. Windows color (decimal): -4027873 or 2067138. OLE color: 2067138.
HSL color Cylindrical-coordinate representation of color #C28A1F: hue angle of 39.39º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C28A1F is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 31 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.24 |
| HSL | 39.39º | 0.72% | 0.44% | - |
| HSV(B) | 39.39º | 0.84% | 0.76% | - |
| XYZ | 31.58 | 29.75 | 5.37 | - |
| YUV | 142.55 | 65.05 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 31 | 0 | 0.29 | 0.84 | 0.24 | 39.39 | 0.72 | 0.44 |
| Hex | C2 | 8A | 1F | 0 | 1D | 54 | 18 | 27 | 48 | 2C |
| Octal | 302 | 212 | 37 | 0 | 35 | 124 | 30 | 47 | 110 | 54 |
| Binary | 11000010 | 10001010 | 11111 | 0 | 11101 | 1010100 | 11000 | 100111 | 1001000 | 101100 |
Color Harmonies of #C28A1F
Complementary color
Monochromatic Colors of #C28A1F
Black with #C28A1F
Text Example
Text Example
White with #C28A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A1F; }
p { color: rgb(194,138,31); }
H1.HeaderClassName
{
color: #C28A1F;
}
.AnyTagClassName
{
color: #C28A1F;
}
</style>
background-color css
<style>
a { background-color: #C28A1F; }
a { background-color: rgb(194,138,31); }
div.DivClassName
{
background-color: #C28A1F;
}
.BgClassName
{
background-color: #C28A1F;
}
</style>
border-color css
<style>
span { border-color: #C28A1F; }
span { border-color: rgb(194,138,31); }
td.TdClassName
{
border-color: #C28A1F;
}
.TagClassName
{
border-color: #C28A1F;
}
</style>