Shades of Deep Bronze #54442C
Tints of Deep Bronze #54442C
RGB
CMYK
RGB Variations
Color information
#54442C (or 0x54442C) is known color: Deep Bronze. HEX triplet: 54, 44 and 2C. RGB value is (84,68,44). Sum of RGB (Red+Green+Blue) = 84+68+44=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54442C is #ABBBD3. Grayscale: #464646. Windows color (decimal): -11254740 or 2901076. OLE color: 2901076.
HSL color Cylindrical-coordinate representation of color #54442C: hue angle of 36º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54442C is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 68 | 44 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.67 |
| HSL | 36º | 0.31% | 0.25% | - |
| HSV(B) | 36º | 0.48% | 0.33% | - |
| XYZ | 6.18 | 6.2 | 3.25 | - |
| YUV | 70.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 44 | 0 | 0.19 | 0.48 | 0.67 | 36 | 0.31 | 0.25 |
| Hex | 54 | 44 | 2C | 0 | 13 | 30 | 43 | 24 | 1F | 19 |
| Octal | 124 | 104 | 54 | 0 | 23 | 60 | 103 | 44 | 37 | 31 |
| Binary | 1010100 | 1000100 | 101100 | 0 | 10011 | 110000 | 1000011 | 100100 | 11111 | 11001 |
Color Harmonies of #54442C
Complementary color
Monochromatic Colors of #54442C
Black with #54442C
Text Example
Text Example
White with #54442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54442C; }
p { color: rgb(84,68,44); }
H1.HeaderClassName
{
color: #54442C;
}
.AnyTagClassName
{
color: #54442C;
}
</style>
background-color css
<style>
a { background-color: #54442C; }
a { background-color: rgb(84,68,44); }
div.DivClassName
{
background-color: #54442C;
}
.BgClassName
{
background-color: #54442C;
}
</style>
border-color css
<style>
span { border-color: #54442C; }
span { border-color: rgb(84,68,44); }
td.TdClassName
{
border-color: #54442C;
}
.TagClassName
{
border-color: #54442C;
}
</style>