Shades of Deep Bronze #4D4130
Tints of Deep Bronze #4D4130
RGB
CMYK
RGB Variations
Color information
#4D4130 (or 0x4D4130) is known color: Deep Bronze. HEX triplet: 4D, 41 and 30. RGB value is (77,65,48). Sum of RGB (Red+Green+Blue) = 77+65+48=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4130 is #B2BECF. Grayscale: #424242. Windows color (decimal): -11714256 or 3162445. OLE color: 3162445.
HSL color Cylindrical-coordinate representation of color #4D4130: hue angle of 35.17º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D4130 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 65 | 48 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.70 |
| HSL | 35.17º | 0.23% | 0.25% | - |
| HSV(B) | 35.17º | 0.38% | 0.3% | - |
| XYZ | 5.48 | 5.57 | 3.58 | - |
| YUV | 66.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 48 | 0 | 0.16 | 0.38 | 0.70 | 35.17 | 0.23 | 0.25 |
| Hex | 4D | 41 | 30 | 0 | 10 | 26 | 46 | 23 | 17 | 19 |
| Octal | 115 | 101 | 60 | 0 | 20 | 46 | 106 | 43 | 27 | 31 |
| Binary | 1001101 | 1000001 | 110000 | 0 | 10000 | 100110 | 1000110 | 100011 | 10111 | 11001 |
Color Harmonies of #4D4130
Complementary color
Monochromatic Colors of #4D4130
Black with #4D4130
Text Example
Text Example
White with #4D4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4130; }
p { color: rgb(77,65,48); }
H1.HeaderClassName
{
color: #4D4130;
}
.AnyTagClassName
{
color: #4D4130;
}
</style>
background-color css
<style>
a { background-color: #4D4130; }
a { background-color: rgb(77,65,48); }
div.DivClassName
{
background-color: #4D4130;
}
.BgClassName
{
background-color: #4D4130;
}
</style>
border-color css
<style>
span { border-color: #4D4130; }
span { border-color: rgb(77,65,48); }
td.TdClassName
{
border-color: #4D4130;
}
.TagClassName
{
border-color: #4D4130;
}
</style>