Shades of Bronzetone #3E4524
Tints of Bronzetone #3E4524
RGB
CMYK
RGB Variations
Color information
#3E4524 (or 0x3E4524) is known color: Bronzetone. HEX triplet: 3E, 45 and 24. RGB value is (62,69,36). Sum of RGB (Red+Green+Blue) = 62+69+36=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #3E4524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4524 is #C1BADB. Grayscale: #3F3F3F. Windows color (decimal): -12696284 or 2377022. OLE color: 2377022.
HSL color Cylindrical-coordinate representation of color #3E4524: hue angle of 72.73º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E4524 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 69 | 36 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.73 |
| HSL | 72.73º | 0.31% | 0.21% | - |
| HSV(B) | 72.73º | 0.48% | 0.27% | - |
| XYZ | 4.43 | 5.41 | 2.48 | - |
| YUV | 63.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 36 | 0.10 | 0 | 0.48 | 0.73 | 72.73 | 0.31 | 0.21 |
| Hex | 3E | 45 | 24 | A | 0 | 30 | 49 | 49 | 1F | 15 |
| Octal | 76 | 105 | 44 | 12 | 0 | 60 | 111 | 111 | 37 | 25 |
| Binary | 111110 | 1000101 | 100100 | 1010 | 0 | 110000 | 1001001 | 1001001 | 11111 | 10101 |
Color Harmonies of #3E4524
Complementary color
Monochromatic Colors of #3E4524
Black with #3E4524
Text Example
Text Example
White with #3E4524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4524; }
p { color: rgb(62,69,36); }
H1.HeaderClassName
{
color: #3E4524;
}
.AnyTagClassName
{
color: #3E4524;
}
</style>
background-color css
<style>
a { background-color: #3E4524; }
a { background-color: rgb(62,69,36); }
div.DivClassName
{
background-color: #3E4524;
}
.BgClassName
{
background-color: #3E4524;
}
</style>
border-color css
<style>
span { border-color: #3E4524; }
span { border-color: rgb(62,69,36); }
td.TdClassName
{
border-color: #3E4524;
}
.TagClassName
{
border-color: #3E4524;
}
</style>