Shades of Deep Bronze #4B3E2F
Tints of Deep Bronze #4B3E2F
RGB
CMYK
RGB Variations
Color information
#4B3E2F (or 0x4B3E2F) is known color: Deep Bronze. HEX triplet: 4B, 3E and 2F. RGB value is (75,62,47). Sum of RGB (Red+Green+Blue) = 75+62+47=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3E2F is #B4C1D0. Grayscale: #404040. Windows color (decimal): -11846097 or 3096139. OLE color: 3096139.
HSL color Cylindrical-coordinate representation of color #4B3E2F: hue angle of 32.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B3E2F is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 62 | 47 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.71 |
| HSL | 32.14º | 0.23% | 0.24% | - |
| HSV(B) | 32.14º | 0.37% | 0.29% | - |
| XYZ | 5.14 | 5.15 | 3.41 | - |
| YUV | 64.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 47 | 0 | 0.17 | 0.37 | 0.71 | 32.14 | 0.23 | 0.24 |
| Hex | 4B | 3E | 2F | 0 | 11 | 25 | 47 | 20 | 17 | 18 |
| Octal | 113 | 76 | 57 | 0 | 21 | 45 | 107 | 40 | 27 | 30 |
| Binary | 1001011 | 111110 | 101111 | 0 | 10001 | 100101 | 1000111 | 100000 | 10111 | 11000 |
Color Harmonies of #4B3E2F
Complementary color
Monochromatic Colors of #4B3E2F
Black with #4B3E2F
Text Example
Text Example
White with #4B3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E2F; }
p { color: rgb(75,62,47); }
H1.HeaderClassName
{
color: #4B3E2F;
}
.AnyTagClassName
{
color: #4B3E2F;
}
</style>
background-color css
<style>
a { background-color: #4B3E2F; }
a { background-color: rgb(75,62,47); }
div.DivClassName
{
background-color: #4B3E2F;
}
.BgClassName
{
background-color: #4B3E2F;
}
</style>
border-color css
<style>
span { border-color: #4B3E2F; }
span { border-color: rgb(75,62,47); }
td.TdClassName
{
border-color: #4B3E2F;
}
.TagClassName
{
border-color: #4B3E2F;
}
</style>