Shades of Bronzetone #3F531D
Tints of Bronzetone #3F531D
RGB
CMYK
RGB Variations
Color information
#3F531D (or 0x3F531D) is known color: Bronzetone. HEX triplet: 3F, 53 and 1D. RGB value is (63,83,29). Sum of RGB (Red+Green+Blue) = 63+83+29=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #3F531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F531D is #C0ACE2. Grayscale: #474747. Windows color (decimal): -12627171 or 1921855. OLE color: 1921855.
HSL color Cylindrical-coordinate representation of color #3F531D: hue angle of 82.22º degrees, saturation: 0.48, 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 #3F531D is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 29 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.67 |
| HSL | 82.22º | 0.48% | 0.22% | - |
| HSV(B) | 82.22º | 0.65% | 0.33% | - |
| XYZ | 5.36 | 7.33 | 2.29 | - |
| YUV | 70.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 29 | 0.24 | 0 | 0.65 | 0.67 | 82.22 | 0.48 | 0.22 |
| Hex | 3F | 53 | 1D | 18 | 0 | 41 | 43 | 52 | 30 | 16 |
| Octal | 77 | 123 | 35 | 30 | 0 | 101 | 103 | 122 | 60 | 26 |
| Binary | 111111 | 1010011 | 11101 | 11000 | 0 | 1000001 | 1000011 | 1010010 | 110000 | 10110 |
Color Harmonies of #3F531D
Complementary color
Monochromatic Colors of #3F531D
Black with #3F531D
Text Example
Text Example
White with #3F531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F531D; }
p { color: rgb(63,83,29); }
H1.HeaderClassName
{
color: #3F531D;
}
.AnyTagClassName
{
color: #3F531D;
}
</style>
background-color css
<style>
a { background-color: #3F531D; }
a { background-color: rgb(63,83,29); }
div.DivClassName
{
background-color: #3F531D;
}
.BgClassName
{
background-color: #3F531D;
}
</style>
border-color css
<style>
span { border-color: #3F531D; }
span { border-color: rgb(63,83,29); }
td.TdClassName
{
border-color: #3F531D;
}
.TagClassName
{
border-color: #3F531D;
}
</style>