Shades of Deep Bronze #4B3F2C
Tints of Deep Bronze #4B3F2C
RGB
CMYK
RGB Variations
Color information
#4B3F2C (or 0x4B3F2C) is known color: Deep Bronze. HEX triplet: 4B, 3F and 2C. RGB value is (75,63,44). Sum of RGB (Red+Green+Blue) = 75+63+44=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3F2C is #B4C0D3. Grayscale: #404040. Windows color (decimal): -11845844 or 2899787. OLE color: 2899787.
HSL color Cylindrical-coordinate representation of color #4B3F2C: hue angle of 36.77º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B3F2C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 63 | 44 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.71 |
| HSL | 36.77º | 0.26% | 0.23% | - |
| HSV(B) | 36.77º | 0.41% | 0.29% | - |
| XYZ | 5.13 | 5.23 | 3.12 | - |
| YUV | 64.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 63 | 44 | 0 | 0.16 | 0.41 | 0.71 | 36.77 | 0.26 | 0.23 |
| Hex | 4B | 3F | 2C | 0 | 10 | 29 | 47 | 25 | 1A | 17 |
| Octal | 113 | 77 | 54 | 0 | 20 | 51 | 107 | 45 | 32 | 27 |
| Binary | 1001011 | 111111 | 101100 | 0 | 10000 | 101001 | 1000111 | 100101 | 11010 | 10111 |
Color Harmonies of #4B3F2C
Complementary color
Monochromatic Colors of #4B3F2C
Black with #4B3F2C
Text Example
Text Example
White with #4B3F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3F2C; }
p { color: rgb(75,63,44); }
H1.HeaderClassName
{
color: #4B3F2C;
}
.AnyTagClassName
{
color: #4B3F2C;
}
</style>
background-color css
<style>
a { background-color: #4B3F2C; }
a { background-color: rgb(75,63,44); }
div.DivClassName
{
background-color: #4B3F2C;
}
.BgClassName
{
background-color: #4B3F2C;
}
</style>
border-color css
<style>
span { border-color: #4B3F2C; }
span { border-color: rgb(75,63,44); }
td.TdClassName
{
border-color: #4B3F2C;
}
.TagClassName
{
border-color: #4B3F2C;
}
</style>