Shades of Nugget #C48F22
Tints of Nugget #C48F22
RGB
CMYK
RGB Variations
Color information
#C48F22 (or 0xC48F22) is known color: Nugget. HEX triplet: C4, 8F and 22. RGB value is (196,143,34). Sum of RGB (Red+Green+Blue) = 196+143+34=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F22 is #3B70DD. Grayscale: #929292. Windows color (decimal): -3895518 or 2265028. OLE color: 2265028.
HSL color Cylindrical-coordinate representation of color #C48F22: hue angle of 40.37º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C48F22 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 34 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.23 |
| HSL | 40.37º | 0.7% | 0.45% | - |
| HSV(B) | 40.37º | 0.83% | 0.77% | - |
| XYZ | 32.88 | 31.5 | 5.86 | - |
| YUV | 146.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 34 | 0 | 0.27 | 0.83 | 0.23 | 40.37 | 0.7 | 0.45 |
| Hex | C4 | 8F | 22 | 0 | 1B | 53 | 17 | 28 | 46 | 2D |
| Octal | 304 | 217 | 42 | 0 | 33 | 123 | 27 | 50 | 106 | 55 |
| Binary | 11000100 | 10001111 | 100010 | 0 | 11011 | 1010011 | 10111 | 101000 | 1000110 | 101101 |
Color Harmonies of #C48F22
Complementary color
Monochromatic Colors of #C48F22
Black with #C48F22
Text Example
Text Example
White with #C48F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F22; }
p { color: rgb(196,143,34); }
H1.HeaderClassName
{
color: #C48F22;
}
.AnyTagClassName
{
color: #C48F22;
}
</style>
background-color css
<style>
a { background-color: #C48F22; }
a { background-color: rgb(196,143,34); }
div.DivClassName
{
background-color: #C48F22;
}
.BgClassName
{
background-color: #C48F22;
}
</style>
border-color css
<style>
span { border-color: #C48F22; }
span { border-color: rgb(196,143,34); }
td.TdClassName
{
border-color: #C48F22;
}
.TagClassName
{
border-color: #C48F22;
}
</style>