Shades of Bronzetone #3E4525
Tints of Bronzetone #3E4525
RGB
CMYK
RGB Variations
Color information
#3E4525 (or 0x3E4525) is known color: Bronzetone. HEX triplet: 3E, 45 and 25. RGB value is (62,69,37). Sum of RGB (Red+Green+Blue) = 62+69+37=168 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.90% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #3E4525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4525 is #C1BADA. Grayscale: #3F3F3F. Windows color (decimal): -12696283 or 2442558. OLE color: 2442558.
HSL color Cylindrical-coordinate representation of color #3E4525: hue angle of 73.12º 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 #3E4525 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 69 | 37 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.73 |
| HSL | 73.13º | 0.3% | 0.21% | - |
| HSV(B) | 73.13º | 0.46% | 0.27% | - |
| XYZ | 4.45 | 5.41 | 2.56 | - |
| YUV | 63.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 37 | 0.10 | 0 | 0.46 | 0.73 | 73.13 | 0.3 | 0.21 |
| Hex | 3E | 45 | 25 | A | 0 | 2E | 49 | 49 | 1E | 15 |
| Octal | 76 | 105 | 45 | 12 | 0 | 56 | 111 | 111 | 36 | 25 |
| Binary | 111110 | 1000101 | 100101 | 1010 | 0 | 101110 | 1001001 | 1001001 | 11110 | 10101 |
Color Harmonies of #3E4525
Complementary color
Monochromatic Colors of #3E4525
Black with #3E4525
Text Example
Text Example
White with #3E4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4525; }
p { color: rgb(62,69,37); }
H1.HeaderClassName
{
color: #3E4525;
}
.AnyTagClassName
{
color: #3E4525;
}
</style>
background-color css
<style>
a { background-color: #3E4525; }
a { background-color: rgb(62,69,37); }
div.DivClassName
{
background-color: #3E4525;
}
.BgClassName
{
background-color: #3E4525;
}
</style>
border-color css
<style>
span { border-color: #3E4525; }
span { border-color: rgb(62,69,37); }
td.TdClassName
{
border-color: #3E4525;
}
.TagClassName
{
border-color: #3E4525;
}
</style>