Shades of Deep Bronze #4B3E2B
Tints of Deep Bronze #4B3E2B
RGB
CMYK
RGB Variations
Color information
#4B3E2B (or 0x4B3E2B) is known color: Deep Bronze. HEX triplet: 4B, 3E and 2B. RGB value is (75,62,43). Sum of RGB (Red+Green+Blue) = 75+62+43=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3E2B is #B4C1D4. Grayscale: #3F3F3F. Windows color (decimal): -11846101 or 2833995. OLE color: 2833995.
HSL color Cylindrical-coordinate representation of color #4B3E2B: hue angle of 35.62º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B3E2B is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 62 | 43 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.71 |
| HSL | 35.63º | 0.27% | 0.23% | - |
| HSV(B) | 35.63º | 0.43% | 0.29% | - |
| XYZ | 5.06 | 5.12 | 3.01 | - |
| YUV | 63.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 43 | 0 | 0.17 | 0.43 | 0.71 | 35.63 | 0.27 | 0.23 |
| Hex | 4B | 3E | 2B | 0 | 11 | 2B | 47 | 24 | 1B | 17 |
| Octal | 113 | 76 | 53 | 0 | 21 | 53 | 107 | 44 | 33 | 27 |
| Binary | 1001011 | 111110 | 101011 | 0 | 10001 | 101011 | 1000111 | 100100 | 11011 | 10111 |
Color Harmonies of #4B3E2B
Complementary color
Monochromatic Colors of #4B3E2B
Black with #4B3E2B
Text Example
Text Example
White with #4B3E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E2B; }
p { color: rgb(75,62,43); }
H1.HeaderClassName
{
color: #4B3E2B;
}
.AnyTagClassName
{
color: #4B3E2B;
}
</style>
background-color css
<style>
a { background-color: #4B3E2B; }
a { background-color: rgb(75,62,43); }
div.DivClassName
{
background-color: #4B3E2B;
}
.BgClassName
{
background-color: #4B3E2B;
}
</style>
border-color css
<style>
span { border-color: #4B3E2B; }
span { border-color: rgb(75,62,43); }
td.TdClassName
{
border-color: #4B3E2B;
}
.TagClassName
{
border-color: #4B3E2B;
}
</style>