Shades of Bronzetone #3F4521
Tints of Bronzetone #3F4521
RGB
CMYK
RGB Variations
Color information
#3F4521 (or 0x3F4521) is known color: Bronzetone. HEX triplet: 3F, 45 and 21. RGB value is (63,69,33). Sum of RGB (Red+Green+Blue) = 63+69+33=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #3F4521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4521 is #C0BADE. Grayscale: #3F3F3F. Windows color (decimal): -12630751 or 2180415. OLE color: 2180415.
HSL color Cylindrical-coordinate representation of color #3F4521: hue angle of 70º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F4521 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 69 | 33 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.73 |
| HSL | 70º | 0.35% | 0.2% | - |
| HSV(B) | 70º | 0.52% | 0.27% | - |
| XYZ | 4.45 | 5.42 | 2.25 | - |
| YUV | 63.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 33 | 0.09 | 0 | 0.52 | 0.73 | 70 | 0.35 | 0.2 |
| Hex | 3F | 45 | 21 | 9 | 0 | 34 | 49 | 46 | 23 | 14 |
| Octal | 77 | 105 | 41 | 11 | 0 | 64 | 111 | 106 | 43 | 24 |
| Binary | 111111 | 1000101 | 100001 | 1001 | 0 | 110100 | 1001001 | 1000110 | 100011 | 10100 |
Color Harmonies of #3F4521
Complementary color
Monochromatic Colors of #3F4521
Black with #3F4521
Text Example
Text Example
White with #3F4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4521; }
p { color: rgb(63,69,33); }
H1.HeaderClassName
{
color: #3F4521;
}
.AnyTagClassName
{
color: #3F4521;
}
</style>
background-color css
<style>
a { background-color: #3F4521; }
a { background-color: rgb(63,69,33); }
div.DivClassName
{
background-color: #3F4521;
}
.BgClassName
{
background-color: #3F4521;
}
</style>
border-color css
<style>
span { border-color: #3F4521; }
span { border-color: rgb(63,69,33); }
td.TdClassName
{
border-color: #3F4521;
}
.TagClassName
{
border-color: #3F4521;
}
</style>