Shades of Deep Bronze #4D3D29
Tints of Deep Bronze #4D3D29
RGB
CMYK
RGB Variations
Color information
#4D3D29 (or 0x4D3D29) is known color: Deep Bronze. HEX triplet: 4D, 3D and 29. RGB value is (77,61,41). Sum of RGB (Red+Green+Blue) = 77+61+41=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3D29 is #B2C2D6. Grayscale: #3F3F3F. Windows color (decimal): -11715287 or 2702669. OLE color: 2702669.
HSL color Cylindrical-coordinate representation of color #4D3D29: hue angle of 33.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D3D29 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 41 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.70 |
| HSL | 33.33º | 0.31% | 0.23% | - |
| HSV(B) | 33.33º | 0.47% | 0.3% | - |
| XYZ | 5.13 | 5.08 | 2.81 | - |
| YUV | 63.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 41 | 0 | 0.21 | 0.47 | 0.70 | 33.33 | 0.31 | 0.23 |
| Hex | 4D | 3D | 29 | 0 | 15 | 2F | 46 | 21 | 1F | 17 |
| Octal | 115 | 75 | 51 | 0 | 25 | 57 | 106 | 41 | 37 | 27 |
| Binary | 1001101 | 111101 | 101001 | 0 | 10101 | 101111 | 1000110 | 100001 | 11111 | 10111 |
Color Harmonies of #4D3D29
Complementary color
Monochromatic Colors of #4D3D29
Black with #4D3D29
Text Example
Text Example
White with #4D3D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D29; }
p { color: rgb(77,61,41); }
H1.HeaderClassName
{
color: #4D3D29;
}
.AnyTagClassName
{
color: #4D3D29;
}
</style>
background-color css
<style>
a { background-color: #4D3D29; }
a { background-color: rgb(77,61,41); }
div.DivClassName
{
background-color: #4D3D29;
}
.BgClassName
{
background-color: #4D3D29;
}
</style>
border-color css
<style>
span { border-color: #4D3D29; }
span { border-color: rgb(77,61,41); }
td.TdClassName
{
border-color: #4D3D29;
}
.TagClassName
{
border-color: #4D3D29;
}
</style>