Shades of Bronzetone #3F462A
Tints of Bronzetone #3F462A
RGB
CMYK
RGB Variations
Color information
#3F462A (or 0x3F462A) is known color: Bronzetone. HEX triplet: 3F, 46 and 2A. RGB value is (63,70,42). Sum of RGB (Red+Green+Blue) = 63+70+42=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #3F462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F462A is #C0B9D5. Grayscale: #404040. Windows color (decimal): -12630486 or 2770495. OLE color: 2770495.
HSL color Cylindrical-coordinate representation of color #3F462A: hue angle of 75º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F462A is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 70 | 42 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.73 |
| HSL | 75º | 0.25% | 0.22% | - |
| HSV(B) | 75º | 0.4% | 0.27% | - |
| XYZ | 4.66 | 5.6 | 3.03 | - |
| YUV | 64.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 42 | 0.10 | 0 | 0.40 | 0.73 | 75 | 0.25 | 0.22 |
| Hex | 3F | 46 | 2A | A | 0 | 28 | 49 | 4B | 19 | 16 |
| Octal | 77 | 106 | 52 | 12 | 0 | 50 | 111 | 113 | 31 | 26 |
| Binary | 111111 | 1000110 | 101010 | 1010 | 0 | 101000 | 1001001 | 1001011 | 11001 | 10110 |
Color Harmonies of #3F462A
Complementary color
Monochromatic Colors of #3F462A
Black with #3F462A
Text Example
Text Example
White with #3F462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F462A; }
p { color: rgb(63,70,42); }
H1.HeaderClassName
{
color: #3F462A;
}
.AnyTagClassName
{
color: #3F462A;
}
</style>
background-color css
<style>
a { background-color: #3F462A; }
a { background-color: rgb(63,70,42); }
div.DivClassName
{
background-color: #3F462A;
}
.BgClassName
{
background-color: #3F462A;
}
</style>
border-color css
<style>
span { border-color: #3F462A; }
span { border-color: rgb(63,70,42); }
td.TdClassName
{
border-color: #3F462A;
}
.TagClassName
{
border-color: #3F462A;
}
</style>