Shades of Deep Bronze #54402F
Tints of Deep Bronze #54402F
RGB
CMYK
RGB Variations
Color information
#54402F (or 0x54402F) is known color: Deep Bronze. HEX triplet: 54, 40 and 2F. RGB value is (84,64,47). Sum of RGB (Red+Green+Blue) = 84+64+47=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54402F is #ABBFD0. Grayscale: #444444. Windows color (decimal): -11255761 or 3096660. OLE color: 3096660.
HSL color Cylindrical-coordinate representation of color #54402F: hue angle of 27.57º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54402F is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 47 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.67 |
| HSL | 27.57º | 0.28% | 0.26% | - |
| HSV(B) | 27.57º | 0.44% | 0.33% | - |
| XYZ | 6 | 5.76 | 3.48 | - |
| YUV | 68.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 47 | 0 | 0.24 | 0.44 | 0.67 | 27.57 | 0.28 | 0.26 |
| Hex | 54 | 40 | 2F | 0 | 18 | 2C | 43 | 1C | 1C | 1A |
| Octal | 124 | 100 | 57 | 0 | 30 | 54 | 103 | 34 | 34 | 32 |
| Binary | 1010100 | 1000000 | 101111 | 0 | 11000 | 101100 | 1000011 | 11100 | 11100 | 11010 |
Color Harmonies of #54402F
Complementary color
Monochromatic Colors of #54402F
Black with #54402F
Text Example
Text Example
White with #54402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54402F; }
p { color: rgb(84,64,47); }
H1.HeaderClassName
{
color: #54402F;
}
.AnyTagClassName
{
color: #54402F;
}
</style>
background-color css
<style>
a { background-color: #54402F; }
a { background-color: rgb(84,64,47); }
div.DivClassName
{
background-color: #54402F;
}
.BgClassName
{
background-color: #54402F;
}
</style>
border-color css
<style>
span { border-color: #54402F; }
span { border-color: rgb(84,64,47); }
td.TdClassName
{
border-color: #54402F;
}
.TagClassName
{
border-color: #54402F;
}
</style>