Shades of Deep Bronze #4C3D26
Tints of Deep Bronze #4C3D26
RGB
CMYK
RGB Variations
Color information
#4C3D26 (or 0x4C3D26) is known color: Deep Bronze. HEX triplet: 4C, 3D and 26. RGB value is (76,61,38). Sum of RGB (Red+Green+Blue) = 76+61+38=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3D26 is #B3C2D9. Grayscale: #3E3E3E. Windows color (decimal): -11780826 or 2506060. OLE color: 2506060.
HSL color Cylindrical-coordinate representation of color #4C3D26: hue angle of 36.32º 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 #4C3D26 is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 61 | 38 | - |
| CMYK | 0 | 0.20 | 0.5 | 0.70 |
| HSL | 36.32º | 0.33% | 0.22% | - |
| HSV(B) | 36.32º | 0.5% | 0.3% | - |
| XYZ | 5 | 5.01 | 2.54 | - |
| YUV | 62.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 38 | 0 | 0.20 | 0.5 | 0.70 | 36.32 | 0.33 | 0.22 |
| Hex | 4C | 3D | 26 | 0 | 14 | 32 | 46 | 24 | 21 | 16 |
| Octal | 114 | 75 | 46 | 0 | 24 | 62 | 106 | 44 | 41 | 26 |
| Binary | 1001100 | 111101 | 100110 | 0 | 10100 | 110010 | 1000110 | 100100 | 100001 | 10110 |
Color Harmonies of #4C3D26
Complementary color
Monochromatic Colors of #4C3D26
Black with #4C3D26
Text Example
Text Example
White with #4C3D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3D26; }
p { color: rgb(76,61,38); }
H1.HeaderClassName
{
color: #4C3D26;
}
.AnyTagClassName
{
color: #4C3D26;
}
</style>
background-color css
<style>
a { background-color: #4C3D26; }
a { background-color: rgb(76,61,38); }
div.DivClassName
{
background-color: #4C3D26;
}
.BgClassName
{
background-color: #4C3D26;
}
</style>
border-color css
<style>
span { border-color: #4C3D26; }
span { border-color: rgb(76,61,38); }
td.TdClassName
{
border-color: #4C3D26;
}
.TagClassName
{
border-color: #4C3D26;
}
</style>