Shades of Bronzetone #3F491D
Tints of Bronzetone #3F491D
RGB
CMYK
RGB Variations
Color information
#3F491D (or 0x3F491D) is known color: Bronzetone. HEX triplet: 3F, 49 and 1D. RGB value is (63,73,29). Sum of RGB (Red+Green+Blue) = 63+73+29=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #3F491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F491D is #C0B6E2. Grayscale: #414141. Windows color (decimal): -12629731 or 1919295. OLE color: 1919295.
HSL color Cylindrical-coordinate representation of color #3F491D: hue angle of 73.64º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F491D is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 73 | 29 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.71 |
| HSL | 73.64º | 0.43% | 0.2% | - |
| HSV(B) | 73.64º | 0.6% | 0.29% | - |
| XYZ | 4.65 | 5.91 | 2.06 | - |
| YUV | 64.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 29 | 0.14 | 0 | 0.60 | 0.71 | 73.64 | 0.43 | 0.2 |
| Hex | 3F | 49 | 1D | E | 0 | 3C | 47 | 4A | 2B | 14 |
| Octal | 77 | 111 | 35 | 16 | 0 | 74 | 107 | 112 | 53 | 24 |
| Binary | 111111 | 1001001 | 11101 | 1110 | 0 | 111100 | 1000111 | 1001010 | 101011 | 10100 |
Color Harmonies of #3F491D
Complementary color
Monochromatic Colors of #3F491D
Black with #3F491D
Text Example
Text Example
White with #3F491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F491D; }
p { color: rgb(63,73,29); }
H1.HeaderClassName
{
color: #3F491D;
}
.AnyTagClassName
{
color: #3F491D;
}
</style>
background-color css
<style>
a { background-color: #3F491D; }
a { background-color: rgb(63,73,29); }
div.DivClassName
{
background-color: #3F491D;
}
.BgClassName
{
background-color: #3F491D;
}
</style>
border-color css
<style>
span { border-color: #3F491D; }
span { border-color: rgb(63,73,29); }
td.TdClassName
{
border-color: #3F491D;
}
.TagClassName
{
border-color: #3F491D;
}
</style>