Shades of Bronzetone #3C501D
Tints of Bronzetone #3C501D
RGB
CMYK
RGB Variations
Color information
#3C501D (or 0x3C501D) is known color: Bronzetone. HEX triplet: 3C, 50 and 1D. RGB value is (60,80,29). Sum of RGB (Red+Green+Blue) = 60+80+29=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #3C501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C501D is #C3AFE2. Grayscale: #444444. Windows color (decimal): -12824547 or 1921084. OLE color: 1921084.
HSL color Cylindrical-coordinate representation of color #3C501D: hue angle of 83.53º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C501D is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 80 | 29 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.69 |
| HSL | 83.53º | 0.47% | 0.21% | - |
| HSV(B) | 83.53º | 0.64% | 0.31% | - |
| XYZ | 4.95 | 6.79 | 2.21 | - |
| YUV | 68.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 29 | 0.25 | 0 | 0.64 | 0.69 | 83.53 | 0.47 | 0.21 |
| Hex | 3C | 50 | 1D | 19 | 0 | 40 | 45 | 54 | 2F | 15 |
| Octal | 74 | 120 | 35 | 31 | 0 | 100 | 105 | 124 | 57 | 25 |
| Binary | 111100 | 1010000 | 11101 | 11001 | 0 | 1000000 | 1000101 | 1010100 | 101111 | 10101 |
Color Harmonies of #3C501D
Complementary color
Monochromatic Colors of #3C501D
Black with #3C501D
Text Example
Text Example
White with #3C501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C501D; }
p { color: rgb(60,80,29); }
H1.HeaderClassName
{
color: #3C501D;
}
.AnyTagClassName
{
color: #3C501D;
}
</style>
background-color css
<style>
a { background-color: #3C501D; }
a { background-color: rgb(60,80,29); }
div.DivClassName
{
background-color: #3C501D;
}
.BgClassName
{
background-color: #3C501D;
}
</style>
border-color css
<style>
span { border-color: #3C501D; }
span { border-color: rgb(60,80,29); }
td.TdClassName
{
border-color: #3C501D;
}
.TagClassName
{
border-color: #3C501D;
}
</style>