Shades of Bronzetone #3D511F
Tints of Bronzetone #3D511F
RGB
CMYK
RGB Variations
Color information
#3D511F (or 0x3D511F) is known color: Bronzetone. HEX triplet: 3D, 51 and 1F. RGB value is (61,81,31). Sum of RGB (Red+Green+Blue) = 61+81+31=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #3D511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D511F is #C2AEE0. Grayscale: #454545. Windows color (decimal): -12758753 or 2052413. OLE color: 2052413.
HSL color Cylindrical-coordinate representation of color #3D511F: hue angle of 84º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D511F is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 81 | 31 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.68 |
| HSL | 84º | 0.45% | 0.22% | - |
| HSV(B) | 84º | 0.62% | 0.32% | - |
| XYZ | 5.11 | 6.98 | 2.37 | - |
| YUV | 69.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 31 | 0.25 | 0 | 0.62 | 0.68 | 84 | 0.45 | 0.22 |
| Hex | 3D | 51 | 1F | 19 | 0 | 3E | 44 | 54 | 2D | 16 |
| Octal | 75 | 121 | 37 | 31 | 0 | 76 | 104 | 124 | 55 | 26 |
| Binary | 111101 | 1010001 | 11111 | 11001 | 0 | 111110 | 1000100 | 1010100 | 101101 | 10110 |
Color Harmonies of #3D511F
Complementary color
Monochromatic Colors of #3D511F
Black with #3D511F
Text Example
Text Example
White with #3D511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D511F; }
p { color: rgb(61,81,31); }
H1.HeaderClassName
{
color: #3D511F;
}
.AnyTagClassName
{
color: #3D511F;
}
</style>
background-color css
<style>
a { background-color: #3D511F; }
a { background-color: rgb(61,81,31); }
div.DivClassName
{
background-color: #3D511F;
}
.BgClassName
{
background-color: #3D511F;
}
</style>
border-color css
<style>
span { border-color: #3D511F; }
span { border-color: rgb(61,81,31); }
td.TdClassName
{
border-color: #3D511F;
}
.TagClassName
{
border-color: #3D511F;
}
</style>