Shades of Deep Bronze #51402D
Tints of Deep Bronze #51402D
RGB
CMYK
RGB Variations
Color information
#51402D (or 0x51402D) is known color: Deep Bronze. HEX triplet: 51, 40 and 2D. RGB value is (81,64,45). Sum of RGB (Red+Green+Blue) = 81+64+45=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #51402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51402D is #AEBFD2. Grayscale: #434343. Windows color (decimal): -11452371 or 2965585. OLE color: 2965585.
HSL color Cylindrical-coordinate representation of color #51402D: hue angle of 31.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51402D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 45 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.68 |
| HSL | 31.67º | 0.29% | 0.25% | - |
| HSV(B) | 31.67º | 0.44% | 0.32% | - |
| XYZ | 5.7 | 5.61 | 3.26 | - |
| YUV | 66.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 45 | 0 | 0.21 | 0.44 | 0.68 | 31.67 | 0.29 | 0.25 |
| Hex | 51 | 40 | 2D | 0 | 15 | 2C | 44 | 20 | 1D | 19 |
| Octal | 121 | 100 | 55 | 0 | 25 | 54 | 104 | 40 | 35 | 31 |
| Binary | 1010001 | 1000000 | 101101 | 0 | 10101 | 101100 | 1000100 | 100000 | 11101 | 11001 |
Color Harmonies of #51402D
Complementary color
Monochromatic Colors of #51402D
Black with #51402D
Text Example
Text Example
White with #51402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51402D; }
p { color: rgb(81,64,45); }
H1.HeaderClassName
{
color: #51402D;
}
.AnyTagClassName
{
color: #51402D;
}
</style>
background-color css
<style>
a { background-color: #51402D; }
a { background-color: rgb(81,64,45); }
div.DivClassName
{
background-color: #51402D;
}
.BgClassName
{
background-color: #51402D;
}
</style>
border-color css
<style>
span { border-color: #51402D; }
span { border-color: rgb(81,64,45); }
td.TdClassName
{
border-color: #51402D;
}
.TagClassName
{
border-color: #51402D;
}
</style>