Shades of Buddha Gold #C39513
Tints of Buddha Gold #C39513
RGB
CMYK
RGB Variations
Color information
#C39513 (or 0xC39513) is known color: Buddha Gold. HEX triplet: C3, 95 and 13. RGB value is (195,149,19). Sum of RGB (Red+Green+Blue) = 195+149+19=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C39513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39513 is #3C6AEC. Grayscale: #949494. Windows color (decimal): -3959533 or 1283523. OLE color: 1283523.
HSL color Cylindrical-coordinate representation of color #C39513: hue angle of 44.32º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C39513 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 19 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.24 |
| HSL | 44.32º | 0.82% | 0.42% | - |
| HSV(B) | 44.32º | 0.9% | 0.76% | - |
| XYZ | 33.37 | 33.14 | 5.25 | - |
| YUV | 147.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 19 | 0 | 0.24 | 0.90 | 0.24 | 44.32 | 0.82 | 0.42 |
| Hex | C3 | 95 | 13 | 0 | 18 | 5A | 18 | 2C | 52 | 2A |
| Octal | 303 | 225 | 23 | 0 | 30 | 132 | 30 | 54 | 122 | 52 |
| Binary | 11000011 | 10010101 | 10011 | 0 | 11000 | 1011010 | 11000 | 101100 | 1010010 | 101010 |
Color Harmonies of #C39513
Complementary color
Monochromatic Colors of #C39513
Black with #C39513
Text Example
Text Example
White with #C39513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39513; }
p { color: rgb(195,149,19); }
H1.HeaderClassName
{
color: #C39513;
}
.AnyTagClassName
{
color: #C39513;
}
</style>
background-color css
<style>
a { background-color: #C39513; }
a { background-color: rgb(195,149,19); }
div.DivClassName
{
background-color: #C39513;
}
.BgClassName
{
background-color: #C39513;
}
</style>
border-color css
<style>
span { border-color: #C39513; }
span { border-color: rgb(195,149,19); }
td.TdClassName
{
border-color: #C39513;
}
.TagClassName
{
border-color: #C39513;
}
</style>