Shades of Deep Bronze #4D3D26
Tints of Deep Bronze #4D3D26
RGB
CMYK
RGB Variations
Color information
#4D3D26 (or 0x4D3D26) is known color: Deep Bronze. HEX triplet: 4D, 3D and 26. RGB value is (77,61,38). Sum of RGB (Red+Green+Blue) = 77+61+38=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3D26 is #B2C2D9. Grayscale: #3F3F3F. Windows color (decimal): -11715290 or 2506061. OLE color: 2506061.
HSL color Cylindrical-coordinate representation of color #4D3D26: hue angle of 35.38º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D3D26 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 38 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.70 |
| HSL | 35.38º | 0.34% | 0.23% | - |
| HSV(B) | 35.38º | 0.51% | 0.3% | - |
| XYZ | 5.08 | 5.06 | 2.54 | - |
| YUV | 63.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 38 | 0 | 0.21 | 0.51 | 0.70 | 35.38 | 0.34 | 0.23 |
| Hex | 4D | 3D | 26 | 0 | 15 | 33 | 46 | 23 | 22 | 17 |
| Octal | 115 | 75 | 46 | 0 | 25 | 63 | 106 | 43 | 42 | 27 |
| Binary | 1001101 | 111101 | 100110 | 0 | 10101 | 110011 | 1000110 | 100011 | 100010 | 10111 |
Color Harmonies of #4D3D26
Complementary color
Monochromatic Colors of #4D3D26
Black with #4D3D26
Text Example
Text Example
White with #4D3D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D26; }
p { color: rgb(77,61,38); }
H1.HeaderClassName
{
color: #4D3D26;
}
.AnyTagClassName
{
color: #4D3D26;
}
</style>
background-color css
<style>
a { background-color: #4D3D26; }
a { background-color: rgb(77,61,38); }
div.DivClassName
{
background-color: #4D3D26;
}
.BgClassName
{
background-color: #4D3D26;
}
</style>
border-color css
<style>
span { border-color: #4D3D26; }
span { border-color: rgb(77,61,38); }
td.TdClassName
{
border-color: #4D3D26;
}
.TagClassName
{
border-color: #4D3D26;
}
</style>