Shades of Bronzetone #3C4C1D
Tints of Bronzetone #3C4C1D
RGB
CMYK
RGB Variations
Color information
#3C4C1D (or 0x3C4C1D) is known color: Bronzetone. HEX triplet: 3C, 4C and 1D. RGB value is (60,76,29). Sum of RGB (Red+Green+Blue) = 60+76+29=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4C1D is #C3B3E2. Grayscale: #424242. Windows color (decimal): -12825571 or 1920060. OLE color: 1920060.
HSL color Cylindrical-coordinate representation of color #3C4C1D: hue angle of 80.43º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C4C1D is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 76 | 29 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.70 |
| HSL | 80.43º | 0.45% | 0.21% | - |
| HSV(B) | 80.43º | 0.62% | 0.3% | - |
| XYZ | 4.67 | 6.22 | 2.12 | - |
| YUV | 65.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 76 | 29 | 0.21 | 0 | 0.62 | 0.70 | 80.43 | 0.45 | 0.21 |
| Hex | 3C | 4C | 1D | 15 | 0 | 3E | 46 | 50 | 2D | 15 |
| Octal | 74 | 114 | 35 | 25 | 0 | 76 | 106 | 120 | 55 | 25 |
| Binary | 111100 | 1001100 | 11101 | 10101 | 0 | 111110 | 1000110 | 1010000 | 101101 | 10101 |
Color Harmonies of #3C4C1D
Complementary color
Monochromatic Colors of #3C4C1D
Black with #3C4C1D
Text Example
Text Example
White with #3C4C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4C1D; }
p { color: rgb(60,76,29); }
H1.HeaderClassName
{
color: #3C4C1D;
}
.AnyTagClassName
{
color: #3C4C1D;
}
</style>
background-color css
<style>
a { background-color: #3C4C1D; }
a { background-color: rgb(60,76,29); }
div.DivClassName
{
background-color: #3C4C1D;
}
.BgClassName
{
background-color: #3C4C1D;
}
</style>
border-color css
<style>
span { border-color: #3C4C1D; }
span { border-color: rgb(60,76,29); }
td.TdClassName
{
border-color: #3C4C1D;
}
.TagClassName
{
border-color: #3C4C1D;
}
</style>