Shades of Deep Bronze #54401E
Tints of Deep Bronze #54401E
RGB
CMYK
RGB Variations
Color information
#54401E (or 0x54401E) is known color: Deep Bronze. HEX triplet: 54, 40 and 1E. RGB value is (84,64,30). Sum of RGB (Red+Green+Blue) = 84+64+30=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54401E is #ABBFE1. Grayscale: #424242. Windows color (decimal): -11255778 or 1982548. OLE color: 1982548.
HSL color Cylindrical-coordinate representation of color #54401E: hue angle of 37.78º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54401E is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 30 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.67 |
| HSL | 37.78º | 0.47% | 0.22% | - |
| HSV(B) | 37.78º | 0.64% | 0.33% | - |
| XYZ | 5.72 | 5.65 | 2.02 | - |
| YUV | 66.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 30 | 0 | 0.24 | 0.64 | 0.67 | 37.78 | 0.47 | 0.22 |
| Hex | 54 | 40 | 1E | 0 | 18 | 40 | 43 | 26 | 2F | 16 |
| Octal | 124 | 100 | 36 | 0 | 30 | 100 | 103 | 46 | 57 | 26 |
| Binary | 1010100 | 1000000 | 11110 | 0 | 11000 | 1000000 | 1000011 | 100110 | 101111 | 10110 |
Color Harmonies of #54401E
Complementary color
Monochromatic Colors of #54401E
Black with #54401E
Text Example
Text Example
White with #54401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54401E; }
p { color: rgb(84,64,30); }
H1.HeaderClassName
{
color: #54401E;
}
.AnyTagClassName
{
color: #54401E;
}
</style>
background-color css
<style>
a { background-color: #54401E; }
a { background-color: rgb(84,64,30); }
div.DivClassName
{
background-color: #54401E;
}
.BgClassName
{
background-color: #54401E;
}
</style>
border-color css
<style>
span { border-color: #54401E; }
span { border-color: rgb(84,64,30); }
td.TdClassName
{
border-color: #54401E;
}
.TagClassName
{
border-color: #54401E;
}
</style>