Shades of Nugget #C38A1F
Tints of Nugget #C38A1F
RGB
CMYK
RGB Variations
Color information
#C38A1F (or 0xC38A1F) is known color: Nugget. HEX triplet: C3, 8A and 1F. RGB value is (195,138,31). Sum of RGB (Red+Green+Blue) = 195+138+31=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A1F is #3C75E0. Grayscale: #8F8F8F. Windows color (decimal): -3962337 or 2067139. OLE color: 2067139.
HSL color Cylindrical-coordinate representation of color #C38A1F: hue angle of 39.15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C38A1F is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 31 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.24 |
| HSL | 39.15º | 0.73% | 0.44% | - |
| HSV(B) | 39.15º | 0.84% | 0.76% | - |
| XYZ | 31.84 | 29.88 | 5.39 | - |
| YUV | 142.85 | 64.88 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 31 | 0 | 0.29 | 0.84 | 0.24 | 39.15 | 0.73 | 0.44 |
| Hex | C3 | 8A | 1F | 0 | 1D | 54 | 18 | 27 | 49 | 2C |
| Octal | 303 | 212 | 37 | 0 | 35 | 124 | 30 | 47 | 111 | 54 |
| Binary | 11000011 | 10001010 | 11111 | 0 | 11101 | 1010100 | 11000 | 100111 | 1001001 | 101100 |
Color Harmonies of #C38A1F
Complementary color
Monochromatic Colors of #C38A1F
Black with #C38A1F
Text Example
Text Example
White with #C38A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A1F; }
p { color: rgb(195,138,31); }
H1.HeaderClassName
{
color: #C38A1F;
}
.AnyTagClassName
{
color: #C38A1F;
}
</style>
background-color css
<style>
a { background-color: #C38A1F; }
a { background-color: rgb(195,138,31); }
div.DivClassName
{
background-color: #C38A1F;
}
.BgClassName
{
background-color: #C38A1F;
}
</style>
border-color css
<style>
span { border-color: #C38A1F; }
span { border-color: rgb(195,138,31); }
td.TdClassName
{
border-color: #C38A1F;
}
.TagClassName
{
border-color: #C38A1F;
}
</style>