Shades of Nugget #C58B19
Tints of Nugget #C58B19
RGB
CMYK
RGB Variations
Color information
#C58B19 (or 0xC58B19) is known color: Nugget. HEX triplet: C5, 8B and 19. RGB value is (197,139,25). Sum of RGB (Red+Green+Blue) = 197+139+25=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58B19 is #3A74E6. Grayscale: #8F8F8F. Windows color (decimal): -3831015 or 1674181. OLE color: 1674181.
HSL color Cylindrical-coordinate representation of color #C58B19: hue angle of 39.77º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C58B19 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 25 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.23 |
| HSL | 39.77º | 0.77% | 0.44% | - |
| HSV(B) | 39.77º | 0.87% | 0.77% | - |
| XYZ | 32.43 | 30.41 | 5.08 | - |
| YUV | 143.35 | 61.22 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 25 | 0 | 0.29 | 0.87 | 0.23 | 39.77 | 0.77 | 0.44 |
| Hex | C5 | 8B | 19 | 0 | 1D | 57 | 17 | 28 | 4D | 2C |
| Octal | 305 | 213 | 31 | 0 | 35 | 127 | 27 | 50 | 115 | 54 |
| Binary | 11000101 | 10001011 | 11001 | 0 | 11101 | 1010111 | 10111 | 101000 | 1001101 | 101100 |
Color Harmonies of #C58B19
Complementary color
Monochromatic Colors of #C58B19
Black with #C58B19
Text Example
Text Example
White with #C58B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B19; }
p { color: rgb(197,139,25); }
H1.HeaderClassName
{
color: #C58B19;
}
.AnyTagClassName
{
color: #C58B19;
}
</style>
background-color css
<style>
a { background-color: #C58B19; }
a { background-color: rgb(197,139,25); }
div.DivClassName
{
background-color: #C58B19;
}
.BgClassName
{
background-color: #C58B19;
}
</style>
border-color css
<style>
span { border-color: #C58B19; }
span { border-color: rgb(197,139,25); }
td.TdClassName
{
border-color: #C58B19;
}
.TagClassName
{
border-color: #C58B19;
}
</style>