Shades of Bronzetone #3E4A28
Tints of Bronzetone #3E4A28
RGB
CMYK
RGB Variations
Color information
#3E4A28 (or 0x3E4A28) is known color: Bronzetone. HEX triplet: 3E, 4A and 28. RGB value is (62,74,40). Sum of RGB (Red+Green+Blue) = 62+74+40=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 74 - color contains mainly: green. Hex color #3E4A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4A28 is #C1B5D7. Grayscale: #424242. Windows color (decimal): -12695000 or 2640446. OLE color: 2640446.
HSL color Cylindrical-coordinate representation of color #3E4A28: hue angle of 81.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E4A28 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 74 | 40 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.71 |
| HSL | 81.18º | 0.3% | 0.22% | - |
| HSV(B) | 81.18º | 0.46% | 0.29% | - |
| XYZ | 4.82 | 6.07 | 2.93 | - |
| YUV | 66.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 40 | 0.16 | 0 | 0.46 | 0.71 | 81.18 | 0.3 | 0.22 |
| Hex | 3E | 4A | 28 | 10 | 0 | 2E | 47 | 51 | 1E | 16 |
| Octal | 76 | 112 | 50 | 20 | 0 | 56 | 107 | 121 | 36 | 26 |
| Binary | 111110 | 1001010 | 101000 | 10000 | 0 | 101110 | 1000111 | 1010001 | 11110 | 10110 |
Color Harmonies of #3E4A28
Complementary color
Monochromatic Colors of #3E4A28
Black with #3E4A28
Text Example
Text Example
White with #3E4A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4A28; }
p { color: rgb(62,74,40); }
H1.HeaderClassName
{
color: #3E4A28;
}
.AnyTagClassName
{
color: #3E4A28;
}
</style>
background-color css
<style>
a { background-color: #3E4A28; }
a { background-color: rgb(62,74,40); }
div.DivClassName
{
background-color: #3E4A28;
}
.BgClassName
{
background-color: #3E4A28;
}
</style>
border-color css
<style>
span { border-color: #3E4A28; }
span { border-color: rgb(62,74,40); }
td.TdClassName
{
border-color: #3E4A28;
}
.TagClassName
{
border-color: #3E4A28;
}
</style>