Shades of Nugget #C18923
Tints of Nugget #C18923
RGB
CMYK
RGB Variations
Color information
#C18923 (or 0xC18923) is known color: Nugget. HEX triplet: C1, 89 and 23. RGB value is (193,137,35). Sum of RGB (Red+Green+Blue) = 193+137+35=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C18923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18923 is #3E76DC. Grayscale: #8E8E8E. Windows color (decimal): -4093661 or 2329025. OLE color: 2329025.
HSL color Cylindrical-coordinate representation of color #C18923: hue angle of 38.73º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C18923 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 35 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.24 |
| HSL | 38.73º | 0.69% | 0.45% | - |
| HSV(B) | 38.73º | 0.82% | 0.76% | - |
| XYZ | 31.24 | 29.35 | 5.61 | - |
| YUV | 142.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 35 | 0 | 0.29 | 0.82 | 0.24 | 38.73 | 0.69 | 0.45 |
| Hex | C1 | 89 | 23 | 0 | 1D | 52 | 18 | 27 | 45 | 2D |
| Octal | 301 | 211 | 43 | 0 | 35 | 122 | 30 | 47 | 105 | 55 |
| Binary | 11000001 | 10001001 | 100011 | 0 | 11101 | 1010010 | 11000 | 100111 | 1000101 | 101101 |
Color Harmonies of #C18923
Complementary color
Monochromatic Colors of #C18923
Black with #C18923
Text Example
Text Example
White with #C18923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18923; }
p { color: rgb(193,137,35); }
H1.HeaderClassName
{
color: #C18923;
}
.AnyTagClassName
{
color: #C18923;
}
</style>
background-color css
<style>
a { background-color: #C18923; }
a { background-color: rgb(193,137,35); }
div.DivClassName
{
background-color: #C18923;
}
.BgClassName
{
background-color: #C18923;
}
</style>
border-color css
<style>
span { border-color: #C18923; }
span { border-color: rgb(193,137,35); }
td.TdClassName
{
border-color: #C18923;
}
.TagClassName
{
border-color: #C18923;
}
</style>