Shades of Nugget #C38B24
Tints of Nugget #C38B24
RGB
CMYK
RGB Variations
Color information
#C38B24 (or 0xC38B24) is known color: Nugget. HEX triplet: C3, 8B and 24. RGB value is (195,139,36). Sum of RGB (Red+Green+Blue) = 195+139+36=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B24 is #3C74DB. Grayscale: #909090. Windows color (decimal): -3962076 or 2395075. OLE color: 2395075.
HSL color Cylindrical-coordinate representation of color #C38B24: hue angle of 38.87º 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 #C38B24 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 36 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.24 |
| HSL | 38.87º | 0.69% | 0.45% | - |
| HSV(B) | 38.87º | 0.82% | 0.76% | - |
| XYZ | 32.06 | 30.19 | 5.81 | - |
| YUV | 144 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 36 | 0 | 0.29 | 0.82 | 0.24 | 38.87 | 0.69 | 0.45 |
| Hex | C3 | 8B | 24 | 0 | 1D | 52 | 18 | 27 | 45 | 2D |
| Octal | 303 | 213 | 44 | 0 | 35 | 122 | 30 | 47 | 105 | 55 |
| Binary | 11000011 | 10001011 | 100100 | 0 | 11101 | 1010010 | 11000 | 100111 | 1000101 | 101101 |
Color Harmonies of #C38B24
Complementary color
Monochromatic Colors of #C38B24
Black with #C38B24
Text Example
Text Example
White with #C38B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B24; }
p { color: rgb(195,139,36); }
H1.HeaderClassName
{
color: #C38B24;
}
.AnyTagClassName
{
color: #C38B24;
}
</style>
background-color css
<style>
a { background-color: #C38B24; }
a { background-color: rgb(195,139,36); }
div.DivClassName
{
background-color: #C38B24;
}
.BgClassName
{
background-color: #C38B24;
}
</style>
border-color css
<style>
span { border-color: #C38B24; }
span { border-color: rgb(195,139,36); }
td.TdClassName
{
border-color: #C38B24;
}
.TagClassName
{
border-color: #C38B24;
}
</style>