Shades of Bronzetone #3F492A
Tints of Bronzetone #3F492A
RGB
CMYK
RGB Variations
Color information
#3F492A (or 0x3F492A) is known color: Bronzetone. HEX triplet: 3F, 49 and 2A. RGB value is (63,73,42). Sum of RGB (Red+Green+Blue) = 63+73+42=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 73 - color contains mainly: green. Hex color #3F492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F492A is #C0B6D5. Grayscale: #424242. Windows color (decimal): -12629718 or 2771263. OLE color: 2771263.
HSL color Cylindrical-coordinate representation of color #3F492A: hue angle of 79.35º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F492A is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 73 | 42 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.71 |
| HSL | 79.35º | 0.27% | 0.23% | - |
| HSV(B) | 79.35º | 0.42% | 0.29% | - |
| XYZ | 4.85 | 5.99 | 3.09 | - |
| YUV | 66.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 42 | 0.14 | 0 | 0.42 | 0.71 | 79.35 | 0.27 | 0.23 |
| Hex | 3F | 49 | 2A | E | 0 | 2A | 47 | 4F | 1B | 17 |
| Octal | 77 | 111 | 52 | 16 | 0 | 52 | 107 | 117 | 33 | 27 |
| Binary | 111111 | 1001001 | 101010 | 1110 | 0 | 101010 | 1000111 | 1001111 | 11011 | 10111 |
Color Harmonies of #3F492A
Complementary color
Monochromatic Colors of #3F492A
Black with #3F492A
Text Example
Text Example
White with #3F492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F492A; }
p { color: rgb(63,73,42); }
H1.HeaderClassName
{
color: #3F492A;
}
.AnyTagClassName
{
color: #3F492A;
}
</style>
background-color css
<style>
a { background-color: #3F492A; }
a { background-color: rgb(63,73,42); }
div.DivClassName
{
background-color: #3F492A;
}
.BgClassName
{
background-color: #3F492A;
}
</style>
border-color css
<style>
span { border-color: #3F492A; }
span { border-color: rgb(63,73,42); }
td.TdClassName
{
border-color: #3F492A;
}
.TagClassName
{
border-color: #3F492A;
}
</style>