Shades of Deep Bronze #4B4032
Tints of Deep Bronze #4B4032
RGB
CMYK
RGB Variations
Color information
#4B4032 (or 0x4B4032) is known color: Deep Bronze. HEX triplet: 4B, 40 and 32. RGB value is (75,64,50). Sum of RGB (Red+Green+Blue) = 75+64+50=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4032 is #B4BFCD. Grayscale: #414141. Windows color (decimal): -11845582 or 3293259. OLE color: 3293259.
HSL color Cylindrical-coordinate representation of color #4B4032: hue angle of 33.6º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B4032 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 64 | 50 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.71 |
| HSL | 33.6º | 0.2% | 0.25% | - |
| HSV(B) | 33.6º | 0.33% | 0.29% | - |
| XYZ | 5.31 | 5.39 | 3.78 | - |
| YUV | 65.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 50 | 0 | 0.15 | 0.33 | 0.71 | 33.6 | 0.2 | 0.25 |
| Hex | 4B | 40 | 32 | 0 | F | 21 | 47 | 22 | 14 | 19 |
| Octal | 113 | 100 | 62 | 0 | 17 | 41 | 107 | 42 | 24 | 31 |
| Binary | 1001011 | 1000000 | 110010 | 0 | 1111 | 100001 | 1000111 | 100010 | 10100 | 11001 |
Color Harmonies of #4B4032
Complementary color
Monochromatic Colors of #4B4032
Black with #4B4032
Text Example
Text Example
White with #4B4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4032; }
p { color: rgb(75,64,50); }
H1.HeaderClassName
{
color: #4B4032;
}
.AnyTagClassName
{
color: #4B4032;
}
</style>
background-color css
<style>
a { background-color: #4B4032; }
a { background-color: rgb(75,64,50); }
div.DivClassName
{
background-color: #4B4032;
}
.BgClassName
{
background-color: #4B4032;
}
</style>
border-color css
<style>
span { border-color: #4B4032; }
span { border-color: rgb(75,64,50); }
td.TdClassName
{
border-color: #4B4032;
}
.TagClassName
{
border-color: #4B4032;
}
</style>