Shades of Bronzetone #3F4A23
Tints of Bronzetone #3F4A23
RGB
CMYK
RGB Variations
Color information
#3F4A23 (or 0x3F4A23) is known color: Bronzetone. HEX triplet: 3F, 4A and 23. RGB value is (63,74,35). Sum of RGB (Red+Green+Blue) = 63+74+35=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A23 is #C0B5DC. Grayscale: #424242. Windows color (decimal): -12629469 or 2312767. OLE color: 2312767.
HSL color Cylindrical-coordinate representation of color #3F4A23: hue angle of 76.92º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F4A23 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 74 | 35 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.71 |
| HSL | 76.92º | 0.36% | 0.21% | - |
| HSV(B) | 76.92º | 0.53% | 0.29% | - |
| XYZ | 4.8 | 6.08 | 2.51 | - |
| YUV | 66.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 35 | 0.15 | 0 | 0.53 | 0.71 | 76.92 | 0.36 | 0.21 |
| Hex | 3F | 4A | 23 | F | 0 | 35 | 47 | 4D | 24 | 15 |
| Octal | 77 | 112 | 43 | 17 | 0 | 65 | 107 | 115 | 44 | 25 |
| Binary | 111111 | 1001010 | 100011 | 1111 | 0 | 110101 | 1000111 | 1001101 | 100100 | 10101 |
Color Harmonies of #3F4A23
Complementary color
Monochromatic Colors of #3F4A23
Black with #3F4A23
Text Example
Text Example
White with #3F4A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A23; }
p { color: rgb(63,74,35); }
H1.HeaderClassName
{
color: #3F4A23;
}
.AnyTagClassName
{
color: #3F4A23;
}
</style>
background-color css
<style>
a { background-color: #3F4A23; }
a { background-color: rgb(63,74,35); }
div.DivClassName
{
background-color: #3F4A23;
}
.BgClassName
{
background-color: #3F4A23;
}
</style>
border-color css
<style>
span { border-color: #3F4A23; }
span { border-color: rgb(63,74,35); }
td.TdClassName
{
border-color: #3F4A23;
}
.TagClassName
{
border-color: #3F4A23;
}
</style>