Shades of Deep Bronze #4C3E26
Tints of Deep Bronze #4C3E26
RGB
CMYK
RGB Variations
Color information
#4C3E26 (or 0x4C3E26) is known color: Deep Bronze. HEX triplet: 4C, 3E and 26. RGB value is (76,62,38). Sum of RGB (Red+Green+Blue) = 76+62+38=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3E26 is #B3C1D9. Grayscale: #3F3F3F. Windows color (decimal): -11780570 or 2506316. OLE color: 2506316.
HSL color Cylindrical-coordinate representation of color #4C3E26: hue angle of 37.89º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C3E26 is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 62 | 38 | - |
| CMYK | 0 | 0.18 | 0.5 | 0.70 |
| HSL | 37.89º | 0.33% | 0.22% | - |
| HSV(B) | 37.89º | 0.5% | 0.3% | - |
| XYZ | 5.05 | 5.12 | 2.56 | - |
| YUV | 63.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 38 | 0 | 0.18 | 0.5 | 0.70 | 37.89 | 0.33 | 0.22 |
| Hex | 4C | 3E | 26 | 0 | 12 | 32 | 46 | 26 | 21 | 16 |
| Octal | 114 | 76 | 46 | 0 | 22 | 62 | 106 | 46 | 41 | 26 |
| Binary | 1001100 | 111110 | 100110 | 0 | 10010 | 110010 | 1000110 | 100110 | 100001 | 10110 |
Color Harmonies of #4C3E26
Complementary color
Monochromatic Colors of #4C3E26
Black with #4C3E26
Text Example
Text Example
White with #4C3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E26; }
p { color: rgb(76,62,38); }
H1.HeaderClassName
{
color: #4C3E26;
}
.AnyTagClassName
{
color: #4C3E26;
}
</style>
background-color css
<style>
a { background-color: #4C3E26; }
a { background-color: rgb(76,62,38); }
div.DivClassName
{
background-color: #4C3E26;
}
.BgClassName
{
background-color: #4C3E26;
}
</style>
border-color css
<style>
span { border-color: #4C3E26; }
span { border-color: rgb(76,62,38); }
td.TdClassName
{
border-color: #4C3E26;
}
.TagClassName
{
border-color: #4C3E26;
}
</style>