Shades of Deep Bronze #4E4130
Tints of Deep Bronze #4E4130
RGB
CMYK
RGB Variations
Color information
#4E4130 (or 0x4E4130) is known color: Deep Bronze. HEX triplet: 4E, 41 and 30. RGB value is (78,65,48). Sum of RGB (Red+Green+Blue) = 78+65+48=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4130 is #B1BECF. Grayscale: #434343. Windows color (decimal): -11648720 or 3162446. OLE color: 3162446.
HSL color Cylindrical-coordinate representation of color #4E4130: hue angle of 34º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E4130 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
RGB | 78 | 65 | 48 | - |
CMYK | 0 | 0.17 | 0.38 | 0.69 |
HSL | 34º | 0.24% | 0.25% | - |
HSV(B) | 34º | 0.38% | 0.31% | - |
XYZ | 5.57 | 5.61 | 3.59 | - |
YUV | 66.95 | 117.31 | 135.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 65 | 48 | 0 | 0.17 | 0.38 | 0.69 | 34 | 0.24 | 0.25 |
Hex | 4E | 41 | 30 | 0 | 11 | 26 | 45 | 22 | 18 | 19 |
Octal | 116 | 101 | 60 | 0 | 21 | 46 | 105 | 42 | 30 | 31 |
Binary | 1001110 | 1000001 | 110000 | 0 | 10001 | 100110 | 1000101 | 100010 | 11000 | 11001 |
Color Harmonies of #4E4130
Complementary color
Monochromatic Colors of #4E4130
Black with #4E4130
Text Example
Text Example
White with #4E4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4130; }
p { color: rgb(78,65,48); }
H1.HeaderClassName
{
color: #4E4130;
}
.AnyTagClassName
{
color: #4E4130;
}
</style>
background-color css
<style>
a { background-color: #4E4130; }
a { background-color: rgb(78,65,48); }
div.DivClassName
{
background-color: #4E4130;
}
.BgClassName
{
background-color: #4E4130;
}
</style>
border-color css
<style>
span { border-color: #4E4130; }
span { border-color: rgb(78,65,48); }
td.TdClassName
{
border-color: #4E4130;
}
.TagClassName
{
border-color: #4E4130;
}
</style>