Shades of Deep Bronze #4D4233
Tints of Deep Bronze #4D4233
RGB
CMYK
RGB Variations
Color information
#4D4233 (or 0x4D4233) is known color: Deep Bronze. HEX triplet: 4D, 42 and 33. RGB value is (77,66,51). Sum of RGB (Red+Green+Blue) = 77+66+51=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4233 is #B2BDCC. Grayscale: #434343. Windows color (decimal): -11713997 or 3359309. OLE color: 3359309.
HSL color Cylindrical-coordinate representation of color #4D4233: hue angle of 34.62º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D4233 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 66 | 51 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.70 |
| HSL | 34.62º | 0.2% | 0.25% | - |
| HSV(B) | 34.62º | 0.34% | 0.3% | - |
| XYZ | 5.61 | 5.71 | 3.94 | - |
| YUV | 67.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 51 | 0 | 0.14 | 0.34 | 0.70 | 34.62 | 0.2 | 0.25 |
| Hex | 4D | 42 | 33 | 0 | E | 22 | 46 | 23 | 14 | 19 |
| Octal | 115 | 102 | 63 | 0 | 16 | 42 | 106 | 43 | 24 | 31 |
| Binary | 1001101 | 1000010 | 110011 | 0 | 1110 | 100010 | 1000110 | 100011 | 10100 | 11001 |
Color Harmonies of #4D4233
Complementary color
Monochromatic Colors of #4D4233
Black with #4D4233
Text Example
Text Example
White with #4D4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4233; }
p { color: rgb(77,66,51); }
H1.HeaderClassName
{
color: #4D4233;
}
.AnyTagClassName
{
color: #4D4233;
}
</style>
background-color css
<style>
a { background-color: #4D4233; }
a { background-color: rgb(77,66,51); }
div.DivClassName
{
background-color: #4D4233;
}
.BgClassName
{
background-color: #4D4233;
}
</style>
border-color css
<style>
span { border-color: #4D4233; }
span { border-color: rgb(77,66,51); }
td.TdClassName
{
border-color: #4D4233;
}
.TagClassName
{
border-color: #4D4233;
}
</style>