Shades of Bronzetone #3D541B
Tints of Bronzetone #3D541B
RGB
CMYK
RGB Variations
Color information
#3D541B (or 0x3D541B) is known color: Bronzetone. HEX triplet: 3D, 54 and 1B. RGB value is (61,84,27). Sum of RGB (Red+Green+Blue) = 61+84+27=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #3D541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D541B is #C2ABE4. Grayscale: #464646. Windows color (decimal): -12757989 or 1791037. OLE color: 1791037.
HSL color Cylindrical-coordinate representation of color #3D541B: hue angle of 84.21º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D541B is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 84 | 27 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.67 |
| HSL | 84.21º | 0.51% | 0.22% | - |
| HSV(B) | 84.21º | 0.68% | 0.33% | - |
| XYZ | 5.29 | 7.41 | 2.19 | - |
| YUV | 70.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 27 | 0.27 | 0 | 0.68 | 0.67 | 84.21 | 0.51 | 0.22 |
| Hex | 3D | 54 | 1B | 1B | 0 | 44 | 43 | 54 | 33 | 16 |
| Octal | 75 | 124 | 33 | 33 | 0 | 104 | 103 | 124 | 63 | 26 |
| Binary | 111101 | 1010100 | 11011 | 11011 | 0 | 1000100 | 1000011 | 1010100 | 110011 | 10110 |
Color Harmonies of #3D541B
Complementary color
Monochromatic Colors of #3D541B
Black with #3D541B
Text Example
Text Example
White with #3D541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D541B; }
p { color: rgb(61,84,27); }
H1.HeaderClassName
{
color: #3D541B;
}
.AnyTagClassName
{
color: #3D541B;
}
</style>
background-color css
<style>
a { background-color: #3D541B; }
a { background-color: rgb(61,84,27); }
div.DivClassName
{
background-color: #3D541B;
}
.BgClassName
{
background-color: #3D541B;
}
</style>
border-color css
<style>
span { border-color: #3D541B; }
span { border-color: rgb(61,84,27); }
td.TdClassName
{
border-color: #3D541B;
}
.TagClassName
{
border-color: #3D541B;
}
</style>