Shades of Deep Bronze #51412F
Tints of Deep Bronze #51412F
RGB
CMYK
RGB Variations
Color information
#51412F (or 0x51412F) is known color: Deep Bronze. HEX triplet: 51, 41 and 2F. RGB value is (81,65,47). Sum of RGB (Red+Green+Blue) = 81+65+47=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51412F is #AEBED0. Grayscale: #434343. Windows color (decimal): -11452113 or 3096913. OLE color: 3096913.
HSL color Cylindrical-coordinate representation of color #51412F: hue angle of 31.76º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51412F is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 65 | 47 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.68 |
| HSL | 31.76º | 0.27% | 0.25% | - |
| HSV(B) | 31.76º | 0.42% | 0.32% | - |
| XYZ | 5.8 | 5.74 | 3.49 | - |
| YUV | 67.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 47 | 0 | 0.20 | 0.42 | 0.68 | 31.76 | 0.27 | 0.25 |
| Hex | 51 | 41 | 2F | 0 | 14 | 2A | 44 | 20 | 1B | 19 |
| Octal | 121 | 101 | 57 | 0 | 24 | 52 | 104 | 40 | 33 | 31 |
| Binary | 1010001 | 1000001 | 101111 | 0 | 10100 | 101010 | 1000100 | 100000 | 11011 | 11001 |
Color Harmonies of #51412F
Complementary color
Monochromatic Colors of #51412F
Black with #51412F
Text Example
Text Example
White with #51412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51412F; }
p { color: rgb(81,65,47); }
H1.HeaderClassName
{
color: #51412F;
}
.AnyTagClassName
{
color: #51412F;
}
</style>
background-color css
<style>
a { background-color: #51412F; }
a { background-color: rgb(81,65,47); }
div.DivClassName
{
background-color: #51412F;
}
.BgClassName
{
background-color: #51412F;
}
</style>
border-color css
<style>
span { border-color: #51412F; }
span { border-color: rgb(81,65,47); }
td.TdClassName
{
border-color: #51412F;
}
.TagClassName
{
border-color: #51412F;
}
</style>