Shades of Bronzetone #3F4820
Tints of Bronzetone #3F4820
RGB
CMYK
RGB Variations
Color information
#3F4820 (or 0x3F4820) is known color: Bronzetone. HEX triplet: 3F, 48 and 20. RGB value is (63,72,32). Sum of RGB (Red+Green+Blue) = 63+72+32=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4820 is #C0B7DF. Grayscale: #404040. Windows color (decimal): -12629984 or 2115647. OLE color: 2115647.
HSL color Cylindrical-coordinate representation of color #3F4820: hue angle of 73.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F4820 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 32 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.72 |
| HSL | 73.5º | 0.38% | 0.2% | - |
| HSV(B) | 73.5º | 0.56% | 0.28% | - |
| XYZ | 4.63 | 5.8 | 2.24 | - |
| YUV | 64.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 32 | 0.12 | 0 | 0.56 | 0.72 | 73.5 | 0.38 | 0.2 |
| Hex | 3F | 48 | 20 | C | 0 | 38 | 48 | 4A | 26 | 14 |
| Octal | 77 | 110 | 40 | 14 | 0 | 70 | 110 | 112 | 46 | 24 |
| Binary | 111111 | 1001000 | 100000 | 1100 | 0 | 111000 | 1001000 | 1001010 | 100110 | 10100 |
Color Harmonies of #3F4820
Complementary color
Monochromatic Colors of #3F4820
Black with #3F4820
Text Example
Text Example
White with #3F4820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4820; }
p { color: rgb(63,72,32); }
H1.HeaderClassName
{
color: #3F4820;
}
.AnyTagClassName
{
color: #3F4820;
}
</style>
background-color css
<style>
a { background-color: #3F4820; }
a { background-color: rgb(63,72,32); }
div.DivClassName
{
background-color: #3F4820;
}
.BgClassName
{
background-color: #3F4820;
}
</style>
border-color css
<style>
span { border-color: #3F4820; }
span { border-color: rgb(63,72,32); }
td.TdClassName
{
border-color: #3F4820;
}
.TagClassName
{
border-color: #3F4820;
}
</style>