Shades of Bronzetone #4B542B
Tints of Bronzetone #4B542B
RGB
CMYK
RGB Variations
Color information
#4B542B (or 0x4B542B) is known color: Bronzetone. HEX triplet: 4B, 54 and 2B. RGB value is (75,84,43). Sum of RGB (Red+Green+Blue) = 75+84+43=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #4B542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B542B is #B4ABD4. Grayscale: #4C4C4C. Windows color (decimal): -11840469 or 2839627. OLE color: 2839627.
HSL color Cylindrical-coordinate representation of color #4B542B: hue angle of 73.17º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B542B is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 43 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.67 |
| HSL | 73.17º | 0.32% | 0.25% | - |
| HSV(B) | 73.17º | 0.49% | 0.33% | - |
| XYZ | 6.51 | 8.01 | 3.49 | - |
| YUV | 76.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 43 | 0.11 | 0 | 0.49 | 0.67 | 73.17 | 0.32 | 0.25 |
| Hex | 4B | 54 | 2B | B | 0 | 31 | 43 | 49 | 20 | 19 |
| Octal | 113 | 124 | 53 | 13 | 0 | 61 | 103 | 111 | 40 | 31 |
| Binary | 1001011 | 1010100 | 101011 | 1011 | 0 | 110001 | 1000011 | 1001001 | 100000 | 11001 |
Color Harmonies of #4B542B
Complementary color
Monochromatic Colors of #4B542B
Black with #4B542B
Text Example
Text Example
White with #4B542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B542B; }
p { color: rgb(75,84,43); }
H1.HeaderClassName
{
color: #4B542B;
}
.AnyTagClassName
{
color: #4B542B;
}
</style>
background-color css
<style>
a { background-color: #4B542B; }
a { background-color: rgb(75,84,43); }
div.DivClassName
{
background-color: #4B542B;
}
.BgClassName
{
background-color: #4B542B;
}
</style>
border-color css
<style>
span { border-color: #4B542B; }
span { border-color: rgb(75,84,43); }
td.TdClassName
{
border-color: #4B542B;
}
.TagClassName
{
border-color: #4B542B;
}
</style>