Shades of Deep Bronze #4B4233
Tints of Deep Bronze #4B4233
RGB
CMYK
RGB Variations
Color information
#4B4233 (or 0x4B4233) is known color: Deep Bronze. HEX triplet: 4B, 42 and 33. RGB value is (75,66,51). Sum of RGB (Red+Green+Blue) = 75+66+51=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4233 is #B4BDCC. Grayscale: #434343. Windows color (decimal): -11845069 or 3359307. OLE color: 3359307.
HSL color Cylindrical-coordinate representation of color #4B4233: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B4233 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 51 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.71 |
| HSL | 37.5º | 0.19% | 0.25% | - |
| HSV(B) | 37.5º | 0.32% | 0.29% | - |
| XYZ | 5.45 | 5.63 | 3.93 | - |
| YUV | 66.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 51 | 0 | 0.12 | 0.32 | 0.71 | 37.5 | 0.19 | 0.25 |
| Hex | 4B | 42 | 33 | 0 | C | 20 | 47 | 26 | 13 | 19 |
| Octal | 113 | 102 | 63 | 0 | 14 | 40 | 107 | 46 | 23 | 31 |
| Binary | 1001011 | 1000010 | 110011 | 0 | 1100 | 100000 | 1000111 | 100110 | 10011 | 11001 |
Color Harmonies of #4B4233
Complementary color
Monochromatic Colors of #4B4233
Black with #4B4233
Text Example
Text Example
White with #4B4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4233; }
p { color: rgb(75,66,51); }
H1.HeaderClassName
{
color: #4B4233;
}
.AnyTagClassName
{
color: #4B4233;
}
</style>
background-color css
<style>
a { background-color: #4B4233; }
a { background-color: rgb(75,66,51); }
div.DivClassName
{
background-color: #4B4233;
}
.BgClassName
{
background-color: #4B4233;
}
</style>
border-color css
<style>
span { border-color: #4B4233; }
span { border-color: rgb(75,66,51); }
td.TdClassName
{
border-color: #4B4233;
}
.TagClassName
{
border-color: #4B4233;
}
</style>