Shades of Nugget #C7911F
Tints of Nugget #C7911F
RGB
CMYK
RGB Variations
Color information
#C7911F (or 0xC7911F) is known color: Nugget. HEX triplet: C7, 91 and 1F. RGB value is (199,145,31). Sum of RGB (Red+Green+Blue) = 199+145+31=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7911F is #386EE0. Grayscale: #949494. Windows color (decimal): -3698401 or 2068935. OLE color: 2068935.
HSL color Cylindrical-coordinate representation of color #C7911F: hue angle of 40.71º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7911F is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 31 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.22 |
| HSL | 40.71º | 0.73% | 0.45% | - |
| HSV(B) | 40.71º | 0.84% | 0.78% | - |
| XYZ | 33.93 | 32.49 | 5.78 | - |
| YUV | 148.15 | 61.89 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 31 | 0 | 0.27 | 0.84 | 0.22 | 40.71 | 0.73 | 0.45 |
| Hex | C7 | 91 | 1F | 0 | 1B | 54 | 16 | 29 | 49 | 2D |
| Octal | 307 | 221 | 37 | 0 | 33 | 124 | 26 | 51 | 111 | 55 |
| Binary | 11000111 | 10010001 | 11111 | 0 | 11011 | 1010100 | 10110 | 101001 | 1001001 | 101101 |
Color Harmonies of #C7911F
Complementary color
Monochromatic Colors of #C7911F
Black with #C7911F
Text Example
Text Example
White with #C7911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7911F; }
p { color: rgb(199,145,31); }
H1.HeaderClassName
{
color: #C7911F;
}
.AnyTagClassName
{
color: #C7911F;
}
</style>
background-color css
<style>
a { background-color: #C7911F; }
a { background-color: rgb(199,145,31); }
div.DivClassName
{
background-color: #C7911F;
}
.BgClassName
{
background-color: #C7911F;
}
</style>
border-color css
<style>
span { border-color: #C7911F; }
span { border-color: rgb(199,145,31); }
td.TdClassName
{
border-color: #C7911F;
}
.TagClassName
{
border-color: #C7911F;
}
</style>