Shades of Nugget #C38C24
Tints of Nugget #C38C24
RGB
CMYK
RGB Variations
Color information
#C38C24 (or 0xC38C24) is known color: Nugget. HEX triplet: C3, 8C and 24. RGB value is (195,140,36). Sum of RGB (Red+Green+Blue) = 195+140+36=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C24 is #3C73DB. Grayscale: #919191. Windows color (decimal): -3961820 or 2395331. OLE color: 2395331.
HSL color Cylindrical-coordinate representation of color #C38C24: hue angle of 39.25º 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 #C38C24 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 36 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.24 |
| HSL | 39.25º | 0.69% | 0.45% | - |
| HSV(B) | 39.25º | 0.82% | 0.76% | - |
| XYZ | 32.2 | 30.49 | 5.86 | - |
| YUV | 144.59 | 66.72 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 36 | 0 | 0.28 | 0.82 | 0.24 | 39.25 | 0.69 | 0.45 |
| Hex | C3 | 8C | 24 | 0 | 1C | 52 | 18 | 27 | 45 | 2D |
| Octal | 303 | 214 | 44 | 0 | 34 | 122 | 30 | 47 | 105 | 55 |
| Binary | 11000011 | 10001100 | 100100 | 0 | 11100 | 1010010 | 11000 | 100111 | 1000101 | 101101 |
Color Harmonies of #C38C24
Complementary color
Monochromatic Colors of #C38C24
Black with #C38C24
Text Example
Text Example
White with #C38C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C24; }
p { color: rgb(195,140,36); }
H1.HeaderClassName
{
color: #C38C24;
}
.AnyTagClassName
{
color: #C38C24;
}
</style>
background-color css
<style>
a { background-color: #C38C24; }
a { background-color: rgb(195,140,36); }
div.DivClassName
{
background-color: #C38C24;
}
.BgClassName
{
background-color: #C38C24;
}
</style>
border-color css
<style>
span { border-color: #C38C24; }
span { border-color: rgb(195,140,36); }
td.TdClassName
{
border-color: #C38C24;
}
.TagClassName
{
border-color: #C38C24;
}
</style>