Shades of Deep Bronze #4C3D27
Tints of Deep Bronze #4C3D27
RGB
CMYK
RGB Variations
Color information
#4C3D27 (or 0x4C3D27) is known color: Deep Bronze. HEX triplet: 4C, 3D and 27. RGB value is (76,61,39). Sum of RGB (Red+Green+Blue) = 76+61+39=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3D27 is #B3C2D8. Grayscale: #3F3F3F. Windows color (decimal): -11780825 or 2571596. OLE color: 2571596.
HSL color Cylindrical-coordinate representation of color #4C3D27: hue angle of 35.68º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C3D27 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 61 | 39 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.70 |
| HSL | 35.68º | 0.32% | 0.23% | - |
| HSV(B) | 35.68º | 0.49% | 0.3% | - |
| XYZ | 5.02 | 5.02 | 2.62 | - |
| YUV | 62.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 39 | 0 | 0.20 | 0.49 | 0.70 | 35.68 | 0.32 | 0.23 |
| Hex | 4C | 3D | 27 | 0 | 14 | 31 | 46 | 24 | 20 | 17 |
| Octal | 114 | 75 | 47 | 0 | 24 | 61 | 106 | 44 | 40 | 27 |
| Binary | 1001100 | 111101 | 100111 | 0 | 10100 | 110001 | 1000110 | 100100 | 100000 | 10111 |
Color Harmonies of #4C3D27
Complementary color
Monochromatic Colors of #4C3D27
Black with #4C3D27
Text Example
Text Example
White with #4C3D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3D27; }
p { color: rgb(76,61,39); }
H1.HeaderClassName
{
color: #4C3D27;
}
.AnyTagClassName
{
color: #4C3D27;
}
</style>
background-color css
<style>
a { background-color: #4C3D27; }
a { background-color: rgb(76,61,39); }
div.DivClassName
{
background-color: #4C3D27;
}
.BgClassName
{
background-color: #4C3D27;
}
</style>
border-color css
<style>
span { border-color: #4C3D27; }
span { border-color: rgb(76,61,39); }
td.TdClassName
{
border-color: #4C3D27;
}
.TagClassName
{
border-color: #4C3D27;
}
</style>