Shades of Bronzetone #3C511D
Tints of Bronzetone #3C511D
RGB
CMYK
RGB Variations
Color information
#3C511D (or 0x3C511D) is known color: Bronzetone. HEX triplet: 3C, 51 and 1D. RGB value is (60,81,29). Sum of RGB (Red+Green+Blue) = 60+81+29=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #3C511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C511D is #C3AEE2. Grayscale: #444444. Windows color (decimal): -12824291 or 1921340. OLE color: 1921340.
HSL color Cylindrical-coordinate representation of color #3C511D: hue angle of 84.23º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C511D is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 29 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.68 |
| HSL | 84.23º | 0.47% | 0.22% | - |
| HSV(B) | 84.23º | 0.64% | 0.32% | - |
| XYZ | 5.03 | 6.93 | 2.24 | - |
| YUV | 68.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 29 | 0.26 | 0 | 0.64 | 0.68 | 84.23 | 0.47 | 0.22 |
| Hex | 3C | 51 | 1D | 1A | 0 | 40 | 44 | 54 | 2F | 16 |
| Octal | 74 | 121 | 35 | 32 | 0 | 100 | 104 | 124 | 57 | 26 |
| Binary | 111100 | 1010001 | 11101 | 11010 | 0 | 1000000 | 1000100 | 1010100 | 101111 | 10110 |
Color Harmonies of #3C511D
Complementary color
Monochromatic Colors of #3C511D
Black with #3C511D
Text Example
Text Example
White with #3C511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C511D; }
p { color: rgb(60,81,29); }
H1.HeaderClassName
{
color: #3C511D;
}
.AnyTagClassName
{
color: #3C511D;
}
</style>
background-color css
<style>
a { background-color: #3C511D; }
a { background-color: rgb(60,81,29); }
div.DivClassName
{
background-color: #3C511D;
}
.BgClassName
{
background-color: #3C511D;
}
</style>
border-color css
<style>
span { border-color: #3C511D; }
span { border-color: rgb(60,81,29); }
td.TdClassName
{
border-color: #3C511D;
}
.TagClassName
{
border-color: #3C511D;
}
</style>