Shades of Deep Bronze #51442E
Tints of Deep Bronze #51442E
RGB
CMYK
RGB Variations
Color information
#51442E (or 0x51442E) is known color: Deep Bronze. HEX triplet: 51, 44 and 2E. RGB value is (81,68,46). Sum of RGB (Red+Green+Blue) = 81+68+46=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #51442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51442E is #AEBBD1. Grayscale: #454545. Windows color (decimal): -11451346 or 3032145. OLE color: 3032145.
HSL color Cylindrical-coordinate representation of color #51442E: hue angle of 37.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51442E is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 46 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.68 |
| HSL | 37.71º | 0.28% | 0.25% | - |
| HSV(B) | 37.71º | 0.43% | 0.32% | - |
| XYZ | 5.95 | 6.08 | 3.44 | - |
| YUV | 69.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 46 | 0 | 0.16 | 0.43 | 0.68 | 37.71 | 0.28 | 0.25 |
| Hex | 51 | 44 | 2E | 0 | 10 | 2B | 44 | 26 | 1C | 19 |
| Octal | 121 | 104 | 56 | 0 | 20 | 53 | 104 | 46 | 34 | 31 |
| Binary | 1010001 | 1000100 | 101110 | 0 | 10000 | 101011 | 1000100 | 100110 | 11100 | 11001 |
Color Harmonies of #51442E
Complementary color
Monochromatic Colors of #51442E
Black with #51442E
Text Example
Text Example
White with #51442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51442E; }
p { color: rgb(81,68,46); }
H1.HeaderClassName
{
color: #51442E;
}
.AnyTagClassName
{
color: #51442E;
}
</style>
background-color css
<style>
a { background-color: #51442E; }
a { background-color: rgb(81,68,46); }
div.DivClassName
{
background-color: #51442E;
}
.BgClassName
{
background-color: #51442E;
}
</style>
border-color css
<style>
span { border-color: #51442E; }
span { border-color: rgb(81,68,46); }
td.TdClassName
{
border-color: #51442E;
}
.TagClassName
{
border-color: #51442E;
}
</style>