Shades of Bronzetone #3F4C2B
Tints of Bronzetone #3F4C2B
RGB
CMYK
RGB Variations
Color information
#3F4C2B (or 0x3F4C2B) is known color: Bronzetone. HEX triplet: 3F, 4C and 2B. RGB value is (63,76,43). Sum of RGB (Red+Green+Blue) = 63+76+43=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C2B is #C0B3D4. Grayscale: #444444. Windows color (decimal): -12628949 or 2837567. OLE color: 2837567.
HSL color Cylindrical-coordinate representation of color #3F4C2B: hue angle of 83.64º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F4C2B is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 76 | 43 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.70 |
| HSL | 83.64º | 0.28% | 0.23% | - |
| HSV(B) | 83.64º | 0.43% | 0.3% | - |
| XYZ | 5.07 | 6.4 | 3.25 | - |
| YUV | 68.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 43 | 0.17 | 0 | 0.43 | 0.70 | 83.64 | 0.28 | 0.23 |
| Hex | 3F | 4C | 2B | 11 | 0 | 2B | 46 | 54 | 1C | 17 |
| Octal | 77 | 114 | 53 | 21 | 0 | 53 | 106 | 124 | 34 | 27 |
| Binary | 111111 | 1001100 | 101011 | 10001 | 0 | 101011 | 1000110 | 1010100 | 11100 | 10111 |
Color Harmonies of #3F4C2B
Complementary color
Monochromatic Colors of #3F4C2B
Black with #3F4C2B
Text Example
Text Example
White with #3F4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4C2B; }
p { color: rgb(63,76,43); }
H1.HeaderClassName
{
color: #3F4C2B;
}
.AnyTagClassName
{
color: #3F4C2B;
}
</style>
background-color css
<style>
a { background-color: #3F4C2B; }
a { background-color: rgb(63,76,43); }
div.DivClassName
{
background-color: #3F4C2B;
}
.BgClassName
{
background-color: #3F4C2B;
}
</style>
border-color css
<style>
span { border-color: #3F4C2B; }
span { border-color: rgb(63,76,43); }
td.TdClassName
{
border-color: #3F4C2B;
}
.TagClassName
{
border-color: #3F4C2B;
}
</style>