Shades of Bronzetone #3F4D26
Tints of Bronzetone #3F4D26
RGB
CMYK
RGB Variations
Color information
#3F4D26 (or 0x3F4D26) is known color: Bronzetone. HEX triplet: 3F, 4D and 26. RGB value is (63,77,38). Sum of RGB (Red+Green+Blue) = 63+77+38=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #3F4D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4D26 is #C0B2D9. Grayscale: #444444. Windows color (decimal): -12628698 or 2510143. OLE color: 2510143.
HSL color Cylindrical-coordinate representation of color #3F4D26: hue angle of 81.54º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F4D26 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 77 | 38 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.70 |
| HSL | 81.54º | 0.34% | 0.23% | - |
| HSV(B) | 81.54º | 0.51% | 0.3% | - |
| XYZ | 5.05 | 6.5 | 2.82 | - |
| YUV | 68.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 77 | 38 | 0.18 | 0 | 0.51 | 0.70 | 81.54 | 0.34 | 0.23 |
| Hex | 3F | 4D | 26 | 12 | 0 | 33 | 46 | 52 | 22 | 17 |
| Octal | 77 | 115 | 46 | 22 | 0 | 63 | 106 | 122 | 42 | 27 |
| Binary | 111111 | 1001101 | 100110 | 10010 | 0 | 110011 | 1000110 | 1010010 | 100010 | 10111 |
Color Harmonies of #3F4D26
Complementary color
Monochromatic Colors of #3F4D26
Black with #3F4D26
Text Example
Text Example
White with #3F4D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4D26; }
p { color: rgb(63,77,38); }
H1.HeaderClassName
{
color: #3F4D26;
}
.AnyTagClassName
{
color: #3F4D26;
}
</style>
background-color css
<style>
a { background-color: #3F4D26; }
a { background-color: rgb(63,77,38); }
div.DivClassName
{
background-color: #3F4D26;
}
.BgClassName
{
background-color: #3F4D26;
}
</style>
border-color css
<style>
span { border-color: #3F4D26; }
span { border-color: rgb(63,77,38); }
td.TdClassName
{
border-color: #3F4D26;
}
.TagClassName
{
border-color: #3F4D26;
}
</style>