Shades of Nugget #C38A20
Tints of Nugget #C38A20
RGB
CMYK
RGB Variations
Color information
#C38A20 (or 0xC38A20) is known color: Nugget. HEX triplet: C3, 8A and 20. RGB value is (195,138,32). Sum of RGB (Red+Green+Blue) = 195+138+32=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A20 is #3C75DF. Grayscale: #8F8F8F. Windows color (decimal): -3962336 or 2132675. OLE color: 2132675.
HSL color Cylindrical-coordinate representation of color #C38A20: hue angle of 39.02º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C38A20 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 32 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.24 |
| HSL | 39.02º | 0.72% | 0.45% | - |
| HSV(B) | 39.02º | 0.84% | 0.76% | - |
| XYZ | 31.85 | 29.88 | 5.46 | - |
| YUV | 142.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 32 | 0 | 0.29 | 0.84 | 0.24 | 39.02 | 0.72 | 0.45 |
| Hex | C3 | 8A | 20 | 0 | 1D | 54 | 18 | 27 | 48 | 2D |
| Octal | 303 | 212 | 40 | 0 | 35 | 124 | 30 | 47 | 110 | 55 |
| Binary | 11000011 | 10001010 | 100000 | 0 | 11101 | 1010100 | 11000 | 100111 | 1001000 | 101101 |
Color Harmonies of #C38A20
Complementary color
Monochromatic Colors of #C38A20
Black with #C38A20
Text Example
Text Example
White with #C38A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A20; }
p { color: rgb(195,138,32); }
H1.HeaderClassName
{
color: #C38A20;
}
.AnyTagClassName
{
color: #C38A20;
}
</style>
background-color css
<style>
a { background-color: #C38A20; }
a { background-color: rgb(195,138,32); }
div.DivClassName
{
background-color: #C38A20;
}
.BgClassName
{
background-color: #C38A20;
}
</style>
border-color css
<style>
span { border-color: #C38A20; }
span { border-color: rgb(195,138,32); }
td.TdClassName
{
border-color: #C38A20;
}
.TagClassName
{
border-color: #C38A20;
}
</style>