Shades of Bronzetone #3C4D1B
Tints of Bronzetone #3C4D1B
RGB
CMYK
RGB Variations
Color information
#3C4D1B (or 0x3C4D1B) is known color: Bronzetone. HEX triplet: 3C, 4D and 1B. RGB value is (60,77,27). Sum of RGB (Red+Green+Blue) = 60+77+27=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #3C4D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4D1B is #C3B2E4. Grayscale: #424242. Windows color (decimal): -12825317 or 1789244. OLE color: 1789244.
HSL color Cylindrical-coordinate representation of color #3C4D1B: hue angle of 80.4º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C4D1B is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 77 | 27 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.70 |
| HSL | 80.4º | 0.48% | 0.2% | - |
| HSV(B) | 80.4º | 0.65% | 0.3% | - |
| XYZ | 4.72 | 6.35 | 2.01 | - |
| YUV | 66.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 27 | 0.22 | 0 | 0.65 | 0.70 | 80.4 | 0.48 | 0.2 |
| Hex | 3C | 4D | 1B | 16 | 0 | 41 | 46 | 50 | 30 | 14 |
| Octal | 74 | 115 | 33 | 26 | 0 | 101 | 106 | 120 | 60 | 24 |
| Binary | 111100 | 1001101 | 11011 | 10110 | 0 | 1000001 | 1000110 | 1010000 | 110000 | 10100 |
Color Harmonies of #3C4D1B
Complementary color
Monochromatic Colors of #3C4D1B
Black with #3C4D1B
Text Example
Text Example
White with #3C4D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4D1B; }
p { color: rgb(60,77,27); }
H1.HeaderClassName
{
color: #3C4D1B;
}
.AnyTagClassName
{
color: #3C4D1B;
}
</style>
background-color css
<style>
a { background-color: #3C4D1B; }
a { background-color: rgb(60,77,27); }
div.DivClassName
{
background-color: #3C4D1B;
}
.BgClassName
{
background-color: #3C4D1B;
}
</style>
border-color css
<style>
span { border-color: #3C4D1B; }
span { border-color: rgb(60,77,27); }
td.TdClassName
{
border-color: #3C4D1B;
}
.TagClassName
{
border-color: #3C4D1B;
}
</style>