Shades of Bronzetone #3D491D
Tints of Bronzetone #3D491D
RGB
CMYK
RGB Variations
Color information
#3D491D (or 0x3D491D) is known color: Bronzetone. HEX triplet: 3D, 49 and 1D. RGB value is (61,73,29). Sum of RGB (Red+Green+Blue) = 61+73+29=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #3D491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D491D is #C2B6E2. Grayscale: #404040. Windows color (decimal): -12760803 or 1919293. OLE color: 1919293.
HSL color Cylindrical-coordinate representation of color #3D491D: hue angle of 76.36º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D491D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 73 | 29 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.71 |
| HSL | 76.36º | 0.43% | 0.2% | - |
| HSV(B) | 76.36º | 0.6% | 0.29% | - |
| XYZ | 4.53 | 5.85 | 2.05 | - |
| YUV | 64.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 29 | 0.16 | 0 | 0.60 | 0.71 | 76.36 | 0.43 | 0.2 |
| Hex | 3D | 49 | 1D | 10 | 0 | 3C | 47 | 4C | 2B | 14 |
| Octal | 75 | 111 | 35 | 20 | 0 | 74 | 107 | 114 | 53 | 24 |
| Binary | 111101 | 1001001 | 11101 | 10000 | 0 | 111100 | 1000111 | 1001100 | 101011 | 10100 |
Color Harmonies of #3D491D
Complementary color
Monochromatic Colors of #3D491D
Black with #3D491D
Text Example
Text Example
White with #3D491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D491D; }
p { color: rgb(61,73,29); }
H1.HeaderClassName
{
color: #3D491D;
}
.AnyTagClassName
{
color: #3D491D;
}
</style>
background-color css
<style>
a { background-color: #3D491D; }
a { background-color: rgb(61,73,29); }
div.DivClassName
{
background-color: #3D491D;
}
.BgClassName
{
background-color: #3D491D;
}
</style>
border-color css
<style>
span { border-color: #3D491D; }
span { border-color: rgb(61,73,29); }
td.TdClassName
{
border-color: #3D491D;
}
.TagClassName
{
border-color: #3D491D;
}
</style>