Shades of Bronzetone #3D4F1F
Tints of Bronzetone #3D4F1F
RGB
CMYK
RGB Variations
Color information
#3D4F1F (or 0x3D4F1F) is known color: Bronzetone. HEX triplet: 3D, 4F and 1F. RGB value is (61,79,31). Sum of RGB (Red+Green+Blue) = 61+79+31=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #3D4F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4F1F is #C2B0E0. Grayscale: #444444. Windows color (decimal): -12759265 or 2051901. OLE color: 2051901.
HSL color Cylindrical-coordinate representation of color #3D4F1F: hue angle of 82.5º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D4F1F is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 79 | 31 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.69 |
| HSL | 82.5º | 0.44% | 0.22% | - |
| HSV(B) | 82.5º | 0.61% | 0.31% | - |
| XYZ | 4.97 | 6.68 | 2.32 | - |
| YUV | 68.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 79 | 31 | 0.23 | 0 | 0.61 | 0.69 | 82.5 | 0.44 | 0.22 |
| Hex | 3D | 4F | 1F | 17 | 0 | 3D | 45 | 52 | 2C | 16 |
| Octal | 75 | 117 | 37 | 27 | 0 | 75 | 105 | 122 | 54 | 26 |
| Binary | 111101 | 1001111 | 11111 | 10111 | 0 | 111101 | 1000101 | 1010010 | 101100 | 10110 |
Color Harmonies of #3D4F1F
Complementary color
Monochromatic Colors of #3D4F1F
Black with #3D4F1F
Text Example
Text Example
White with #3D4F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4F1F; }
p { color: rgb(61,79,31); }
H1.HeaderClassName
{
color: #3D4F1F;
}
.AnyTagClassName
{
color: #3D4F1F;
}
</style>
background-color css
<style>
a { background-color: #3D4F1F; }
a { background-color: rgb(61,79,31); }
div.DivClassName
{
background-color: #3D4F1F;
}
.BgClassName
{
background-color: #3D4F1F;
}
</style>
border-color css
<style>
span { border-color: #3D4F1F; }
span { border-color: rgb(61,79,31); }
td.TdClassName
{
border-color: #3D4F1F;
}
.TagClassName
{
border-color: #3D4F1F;
}
</style>