Shades of Bronzetone #3F541D
Tints of Bronzetone #3F541D
RGB
CMYK
RGB Variations
Color information
#3F541D (or 0x3F541D) is known color: Bronzetone. HEX triplet: 3F, 54 and 1D. RGB value is (63,84,29). Sum of RGB (Red+Green+Blue) = 63+84+29=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #3F541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F541D is #C0ABE2. Grayscale: #474747. Windows color (decimal): -12626915 or 1922111. OLE color: 1922111.
HSL color Cylindrical-coordinate representation of color #3F541D: hue angle of 82.91º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F541D is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 29 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.67 |
| HSL | 82.91º | 0.49% | 0.22% | - |
| HSV(B) | 82.91º | 0.65% | 0.33% | - |
| XYZ | 5.44 | 7.49 | 2.32 | - |
| YUV | 71.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 29 | 0.25 | 0 | 0.65 | 0.67 | 82.91 | 0.49 | 0.22 |
| Hex | 3F | 54 | 1D | 19 | 0 | 41 | 43 | 53 | 31 | 16 |
| Octal | 77 | 124 | 35 | 31 | 0 | 101 | 103 | 123 | 61 | 26 |
| Binary | 111111 | 1010100 | 11101 | 11001 | 0 | 1000001 | 1000011 | 1010011 | 110001 | 10110 |
Color Harmonies of #3F541D
Complementary color
Monochromatic Colors of #3F541D
Black with #3F541D
Text Example
Text Example
White with #3F541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F541D; }
p { color: rgb(63,84,29); }
H1.HeaderClassName
{
color: #3F541D;
}
.AnyTagClassName
{
color: #3F541D;
}
</style>
background-color css
<style>
a { background-color: #3F541D; }
a { background-color: rgb(63,84,29); }
div.DivClassName
{
background-color: #3F541D;
}
.BgClassName
{
background-color: #3F541D;
}
</style>
border-color css
<style>
span { border-color: #3F541D; }
span { border-color: rgb(63,84,29); }
td.TdClassName
{
border-color: #3F541D;
}
.TagClassName
{
border-color: #3F541D;
}
</style>