Shades of Deep Bronze #54402C
Tints of Deep Bronze #54402C
RGB
CMYK
RGB Variations
Color information
#54402C (or 0x54402C) is known color: Deep Bronze. HEX triplet: 54, 40 and 2C. RGB value is (84,64,44). Sum of RGB (Red+Green+Blue) = 84+64+44=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #54402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54402C is #ABBFD3. Grayscale: #434343. Windows color (decimal): -11255764 or 2900052. OLE color: 2900052.
HSL color Cylindrical-coordinate representation of color #54402C: hue angle of 30º 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 #54402C is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 44 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.67 |
| HSL | 30º | 0.31% | 0.25% | - |
| HSV(B) | 30º | 0.48% | 0.33% | - |
| XYZ | 5.94 | 5.73 | 3.18 | - |
| YUV | 67.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 44 | 0 | 0.24 | 0.48 | 0.67 | 30 | 0.31 | 0.25 |
| Hex | 54 | 40 | 2C | 0 | 18 | 30 | 43 | 1E | 1F | 19 |
| Octal | 124 | 100 | 54 | 0 | 30 | 60 | 103 | 36 | 37 | 31 |
| Binary | 1010100 | 1000000 | 101100 | 0 | 11000 | 110000 | 1000011 | 11110 | 11111 | 11001 |
Color Harmonies of #54402C
Complementary color
Monochromatic Colors of #54402C
Black with #54402C
Text Example
Text Example
White with #54402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54402C; }
p { color: rgb(84,64,44); }
H1.HeaderClassName
{
color: #54402C;
}
.AnyTagClassName
{
color: #54402C;
}
</style>
background-color css
<style>
a { background-color: #54402C; }
a { background-color: rgb(84,64,44); }
div.DivClassName
{
background-color: #54402C;
}
.BgClassName
{
background-color: #54402C;
}
</style>
border-color css
<style>
span { border-color: #54402C; }
span { border-color: rgb(84,64,44); }
td.TdClassName
{
border-color: #54402C;
}
.TagClassName
{
border-color: #54402C;
}
</style>