Shades of Bronzetone #4B532D
Tints of Bronzetone #4B532D
RGB
CMYK
RGB Variations
Color information
#4B532D (or 0x4B532D) is known color: Bronzetone. HEX triplet: 4B, 53 and 2D. RGB value is (75,83,45). Sum of RGB (Red+Green+Blue) = 75+83+45=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #4B532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B532D is #B4ACD2. Grayscale: #4C4C4C. Windows color (decimal): -11840723 or 2970443. OLE color: 2970443.
HSL color Cylindrical-coordinate representation of color #4B532D: hue angle of 72.63º 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 #4B532D is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 83 | 45 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.67 |
| HSL | 72.63º | 0.3% | 0.25% | - |
| HSV(B) | 72.63º | 0.46% | 0.33% | - |
| XYZ | 6.47 | 7.87 | 3.66 | - |
| YUV | 76.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 45 | 0.10 | 0 | 0.46 | 0.67 | 72.63 | 0.3 | 0.25 |
| Hex | 4B | 53 | 2D | A | 0 | 2E | 43 | 49 | 1E | 19 |
| Octal | 113 | 123 | 55 | 12 | 0 | 56 | 103 | 111 | 36 | 31 |
| Binary | 1001011 | 1010011 | 101101 | 1010 | 0 | 101110 | 1000011 | 1001001 | 11110 | 11001 |
Color Harmonies of #4B532D
Complementary color
Monochromatic Colors of #4B532D
Black with #4B532D
Text Example
Text Example
White with #4B532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B532D; }
p { color: rgb(75,83,45); }
H1.HeaderClassName
{
color: #4B532D;
}
.AnyTagClassName
{
color: #4B532D;
}
</style>
background-color css
<style>
a { background-color: #4B532D; }
a { background-color: rgb(75,83,45); }
div.DivClassName
{
background-color: #4B532D;
}
.BgClassName
{
background-color: #4B532D;
}
</style>
border-color css
<style>
span { border-color: #4B532D; }
span { border-color: rgb(75,83,45); }
td.TdClassName
{
border-color: #4B532D;
}
.TagClassName
{
border-color: #4B532D;
}
</style>