Shades of Bronzetone #3C4525
Tints of Bronzetone #3C4525
RGB
CMYK
RGB Variations
Color information
#3C4525 (or 0x3C4525) is known color: Bronzetone. HEX triplet: 3C, 45 and 25. RGB value is (60,69,37). Sum of RGB (Red+Green+Blue) = 60+69+37=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #3C4525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4525 is #C3BADA. Grayscale: #3E3E3E. Windows color (decimal): -12827355 or 2442556. OLE color: 2442556.
HSL color Cylindrical-coordinate representation of color #3C4525: hue angle of 76.88º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C4525 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 69 | 37 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.73 |
| HSL | 76.88º | 0.3% | 0.21% | - |
| HSV(B) | 76.88º | 0.46% | 0.27% | - |
| XYZ | 4.33 | 5.35 | 2.56 | - |
| YUV | 62.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 37 | 0.13 | 0 | 0.46 | 0.73 | 76.88 | 0.3 | 0.21 |
| Hex | 3C | 45 | 25 | D | 0 | 2E | 49 | 4D | 1E | 15 |
| Octal | 74 | 105 | 45 | 15 | 0 | 56 | 111 | 115 | 36 | 25 |
| Binary | 111100 | 1000101 | 100101 | 1101 | 0 | 101110 | 1001001 | 1001101 | 11110 | 10101 |
Color Harmonies of #3C4525
Complementary color
Monochromatic Colors of #3C4525
Black with #3C4525
Text Example
Text Example
White with #3C4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4525; }
p { color: rgb(60,69,37); }
H1.HeaderClassName
{
color: #3C4525;
}
.AnyTagClassName
{
color: #3C4525;
}
</style>
background-color css
<style>
a { background-color: #3C4525; }
a { background-color: rgb(60,69,37); }
div.DivClassName
{
background-color: #3C4525;
}
.BgClassName
{
background-color: #3C4525;
}
</style>
border-color css
<style>
span { border-color: #3C4525; }
span { border-color: rgb(60,69,37); }
td.TdClassName
{
border-color: #3C4525;
}
.TagClassName
{
border-color: #3C4525;
}
</style>