Shades of Deep Bronze #544533
Tints of Deep Bronze #544533
RGB
CMYK
RGB Variations
Color information
#544533 (or 0x544533) is known color: Deep Bronze. HEX triplet: 54, 45 and 33. RGB value is (84,69,51). Sum of RGB (Red+Green+Blue) = 84+69+51=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #544533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544533 is #ABBACC. Grayscale: #474747. Windows color (decimal): -11254477 or 3360084. OLE color: 3360084.
HSL color Cylindrical-coordinate representation of color #544533: hue angle of 32.73º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #544533 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 51 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.67 |
| HSL | 32.73º | 0.24% | 0.26% | - |
| HSV(B) | 32.73º | 0.39% | 0.33% | - |
| XYZ | 6.38 | 6.38 | 4.03 | - |
| YUV | 71.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 51 | 0 | 0.18 | 0.39 | 0.67 | 32.73 | 0.24 | 0.26 |
| Hex | 54 | 45 | 33 | 0 | 12 | 27 | 43 | 21 | 18 | 1A |
| Octal | 124 | 105 | 63 | 0 | 22 | 47 | 103 | 41 | 30 | 32 |
| Binary | 1010100 | 1000101 | 110011 | 0 | 10010 | 100111 | 1000011 | 100001 | 11000 | 11010 |
Color Harmonies of #544533
Complementary color
Monochromatic Colors of #544533
Black with #544533
Text Example
Text Example
White with #544533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544533; }
p { color: rgb(84,69,51); }
H1.HeaderClassName
{
color: #544533;
}
.AnyTagClassName
{
color: #544533;
}
</style>
background-color css
<style>
a { background-color: #544533; }
a { background-color: rgb(84,69,51); }
div.DivClassName
{
background-color: #544533;
}
.BgClassName
{
background-color: #544533;
}
</style>
border-color css
<style>
span { border-color: #544533; }
span { border-color: rgb(84,69,51); }
td.TdClassName
{
border-color: #544533;
}
.TagClassName
{
border-color: #544533;
}
</style>