Shades of Nugget #C38B1D
Tints of Nugget #C38B1D
RGB
CMYK
RGB Variations
Color information
#C38B1D (or 0xC38B1D) is known color: Nugget. HEX triplet: C3, 8B and 1D. RGB value is (195,139,29). Sum of RGB (Red+Green+Blue) = 195+139+29=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B1D is #3C74E2. Grayscale: #8F8F8F. Windows color (decimal): -3962083 or 1936323. OLE color: 1936323.
HSL color Cylindrical-coordinate representation of color #C38B1D: hue angle of 39.76º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C38B1D is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 29 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.24 |
| HSL | 39.76º | 0.74% | 0.44% | - |
| HSV(B) | 39.76º | 0.85% | 0.76% | - |
| XYZ | 31.96 | 30.16 | 5.3 | - |
| YUV | 143.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 29 | 0 | 0.29 | 0.85 | 0.24 | 39.76 | 0.74 | 0.44 |
| Hex | C3 | 8B | 1D | 0 | 1D | 55 | 18 | 28 | 4A | 2C |
| Octal | 303 | 213 | 35 | 0 | 35 | 125 | 30 | 50 | 112 | 54 |
| Binary | 11000011 | 10001011 | 11101 | 0 | 11101 | 1010101 | 11000 | 101000 | 1001010 | 101100 |
Color Harmonies of #C38B1D
Complementary color
Monochromatic Colors of #C38B1D
Black with #C38B1D
Text Example
Text Example
White with #C38B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B1D; }
p { color: rgb(195,139,29); }
H1.HeaderClassName
{
color: #C38B1D;
}
.AnyTagClassName
{
color: #C38B1D;
}
</style>
background-color css
<style>
a { background-color: #C38B1D; }
a { background-color: rgb(195,139,29); }
div.DivClassName
{
background-color: #C38B1D;
}
.BgClassName
{
background-color: #C38B1D;
}
</style>
border-color css
<style>
span { border-color: #C38B1D; }
span { border-color: rgb(195,139,29); }
td.TdClassName
{
border-color: #C38B1D;
}
.TagClassName
{
border-color: #C38B1D;
}
</style>