Shades of Deep Bronze #4D4332
Tints of Deep Bronze #4D4332
RGB
CMYK
RGB Variations
Color information
#4D4332 (or 0x4D4332) is known color: Deep Bronze. HEX triplet: 4D, 43 and 32. RGB value is (77,67,50). Sum of RGB (Red+Green+Blue) = 77+67+50=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4332 is #B2BCCD. Grayscale: #444444. Windows color (decimal): -11713742 or 3294029. OLE color: 3294029.
HSL color Cylindrical-coordinate representation of color #4D4332: hue angle of 37.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D4332 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 67 | 50 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.70 |
| HSL | 37.78º | 0.21% | 0.25% | - |
| HSV(B) | 37.78º | 0.35% | 0.3% | - |
| XYZ | 5.64 | 5.82 | 3.84 | - |
| YUV | 68.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 50 | 0 | 0.13 | 0.35 | 0.70 | 37.78 | 0.21 | 0.25 |
| Hex | 4D | 43 | 32 | 0 | D | 23 | 46 | 26 | 15 | 19 |
| Octal | 115 | 103 | 62 | 0 | 15 | 43 | 106 | 46 | 25 | 31 |
| Binary | 1001101 | 1000011 | 110010 | 0 | 1101 | 100011 | 1000110 | 100110 | 10101 | 11001 |
Color Harmonies of #4D4332
Complementary color
Monochromatic Colors of #4D4332
Black with #4D4332
Text Example
Text Example
White with #4D4332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4332; }
p { color: rgb(77,67,50); }
H1.HeaderClassName
{
color: #4D4332;
}
.AnyTagClassName
{
color: #4D4332;
}
</style>
background-color css
<style>
a { background-color: #4D4332; }
a { background-color: rgb(77,67,50); }
div.DivClassName
{
background-color: #4D4332;
}
.BgClassName
{
background-color: #4D4332;
}
</style>
border-color css
<style>
span { border-color: #4D4332; }
span { border-color: rgb(77,67,50); }
td.TdClassName
{
border-color: #4D4332;
}
.TagClassName
{
border-color: #4D4332;
}
</style>