Shades of Bronzetone #3F4529
Tints of Bronzetone #3F4529
RGB
CMYK
RGB Variations
Color information
#3F4529 (or 0x3F4529) is known color: Bronzetone. HEX triplet: 3F, 45 and 29. RGB value is (63,69,41). Sum of RGB (Red+Green+Blue) = 63+69+41=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #3F4529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4529 is #C0BAD6. Grayscale: #404040. Windows color (decimal): -12630743 or 2704703. OLE color: 2704703.
HSL color Cylindrical-coordinate representation of color #3F4529: hue angle of 72.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F4529 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 69 | 41 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.73 |
| HSL | 72.86º | 0.25% | 0.22% | - |
| HSV(B) | 72.86º | 0.41% | 0.27% | - |
| XYZ | 4.58 | 5.47 | 2.91 | - |
| YUV | 64.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 41 | 0.09 | 0 | 0.41 | 0.73 | 72.86 | 0.25 | 0.22 |
| Hex | 3F | 45 | 29 | 9 | 0 | 29 | 49 | 49 | 19 | 16 |
| Octal | 77 | 105 | 51 | 11 | 0 | 51 | 111 | 111 | 31 | 26 |
| Binary | 111111 | 1000101 | 101001 | 1001 | 0 | 101001 | 1001001 | 1001001 | 11001 | 10110 |
Color Harmonies of #3F4529
Complementary color
Monochromatic Colors of #3F4529
Black with #3F4529
Text Example
Text Example
White with #3F4529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4529; }
p { color: rgb(63,69,41); }
H1.HeaderClassName
{
color: #3F4529;
}
.AnyTagClassName
{
color: #3F4529;
}
</style>
background-color css
<style>
a { background-color: #3F4529; }
a { background-color: rgb(63,69,41); }
div.DivClassName
{
background-color: #3F4529;
}
.BgClassName
{
background-color: #3F4529;
}
</style>
border-color css
<style>
span { border-color: #3F4529; }
span { border-color: rgb(63,69,41); }
td.TdClassName
{
border-color: #3F4529;
}
.TagClassName
{
border-color: #3F4529;
}
</style>