Shades of Deep Bronze #54422B
Tints of Deep Bronze #54422B
RGB
CMYK
RGB Variations
Color information
#54422B (or 0x54422B) is known color: Deep Bronze. HEX triplet: 54, 42 and 2B. RGB value is (84,66,43). Sum of RGB (Red+Green+Blue) = 84+66+43=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #54422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54422B is #ABBDD4. Grayscale: #444444. Windows color (decimal): -11255253 or 2835028. OLE color: 2835028.
HSL color Cylindrical-coordinate representation of color #54422B: hue angle of 33.66º 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 #54422B is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 43 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.67 |
| HSL | 33.66º | 0.32% | 0.25% | - |
| HSV(B) | 33.66º | 0.49% | 0.33% | - |
| XYZ | 6.04 | 5.96 | 3.12 | - |
| YUV | 68.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 43 | 0 | 0.21 | 0.49 | 0.67 | 33.66 | 0.32 | 0.25 |
| Hex | 54 | 42 | 2B | 0 | 15 | 31 | 43 | 22 | 20 | 19 |
| Octal | 124 | 102 | 53 | 0 | 25 | 61 | 103 | 42 | 40 | 31 |
| Binary | 1010100 | 1000010 | 101011 | 0 | 10101 | 110001 | 1000011 | 100010 | 100000 | 11001 |
Color Harmonies of #54422B
Complementary color
Monochromatic Colors of #54422B
Black with #54422B
Text Example
Text Example
White with #54422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54422B; }
p { color: rgb(84,66,43); }
H1.HeaderClassName
{
color: #54422B;
}
.AnyTagClassName
{
color: #54422B;
}
</style>
background-color css
<style>
a { background-color: #54422B; }
a { background-color: rgb(84,66,43); }
div.DivClassName
{
background-color: #54422B;
}
.BgClassName
{
background-color: #54422B;
}
</style>
border-color css
<style>
span { border-color: #54422B; }
span { border-color: rgb(84,66,43); }
td.TdClassName
{
border-color: #54422B;
}
.TagClassName
{
border-color: #54422B;
}
</style>