Shades of Bronzetone #4B542D
Tints of Bronzetone #4B542D
RGB
CMYK
RGB Variations
Color information
#4B542D (or 0x4B542D) is known color: Bronzetone. HEX triplet: 4B, 54 and 2D. RGB value is (75,84,45). Sum of RGB (Red+Green+Blue) = 75+84+45=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #4B542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B542D is #B4ABD2. Grayscale: #4D4D4D. Windows color (decimal): -11840467 or 2970699. OLE color: 2970699.
HSL color Cylindrical-coordinate representation of color #4B542D: hue angle of 73.85º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B542D is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 45 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.67 |
| HSL | 73.85º | 0.3% | 0.25% | - |
| HSV(B) | 73.85º | 0.46% | 0.33% | - |
| XYZ | 6.55 | 8.03 | 3.69 | - |
| YUV | 76.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 45 | 0.11 | 0 | 0.46 | 0.67 | 73.85 | 0.3 | 0.25 |
| Hex | 4B | 54 | 2D | B | 0 | 2E | 43 | 4A | 1E | 19 |
| Octal | 113 | 124 | 55 | 13 | 0 | 56 | 103 | 112 | 36 | 31 |
| Binary | 1001011 | 1010100 | 101101 | 1011 | 0 | 101110 | 1000011 | 1001010 | 11110 | 11001 |
Color Harmonies of #4B542D
Complementary color
Monochromatic Colors of #4B542D
Black with #4B542D
Text Example
Text Example
White with #4B542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B542D; }
p { color: rgb(75,84,45); }
H1.HeaderClassName
{
color: #4B542D;
}
.AnyTagClassName
{
color: #4B542D;
}
</style>
background-color css
<style>
a { background-color: #4B542D; }
a { background-color: rgb(75,84,45); }
div.DivClassName
{
background-color: #4B542D;
}
.BgClassName
{
background-color: #4B542D;
}
</style>
border-color css
<style>
span { border-color: #4B542D; }
span { border-color: rgb(75,84,45); }
td.TdClassName
{
border-color: #4B542D;
}
.TagClassName
{
border-color: #4B542D;
}
</style>