Shades of Deep Bronze #514030
Tints of Deep Bronze #514030
RGB
CMYK
RGB Variations
Color information
#514030 (or 0x514030) is known color: Deep Bronze. HEX triplet: 51, 40 and 30. RGB value is (81,64,48). Sum of RGB (Red+Green+Blue) = 81+64+48=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #514030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514030 is #AEBFCF. Grayscale: #434343. Windows color (decimal): -11452368 or 3162193. OLE color: 3162193.
HSL color Cylindrical-coordinate representation of color #514030: hue angle of 29.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #514030 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 48 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.68 |
| HSL | 29.09º | 0.26% | 0.25% | - |
| HSV(B) | 29.09º | 0.41% | 0.32% | - |
| XYZ | 5.76 | 5.63 | 3.58 | - |
| YUV | 67.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 48 | 0 | 0.21 | 0.41 | 0.68 | 29.09 | 0.26 | 0.25 |
| Hex | 51 | 40 | 30 | 0 | 15 | 29 | 44 | 1D | 1A | 19 |
| Octal | 121 | 100 | 60 | 0 | 25 | 51 | 104 | 35 | 32 | 31 |
| Binary | 1010001 | 1000000 | 110000 | 0 | 10101 | 101001 | 1000100 | 11101 | 11010 | 11001 |
Color Harmonies of #514030
Complementary color
Monochromatic Colors of #514030
Black with #514030
Text Example
Text Example
White with #514030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514030; }
p { color: rgb(81,64,48); }
H1.HeaderClassName
{
color: #514030;
}
.AnyTagClassName
{
color: #514030;
}
</style>
background-color css
<style>
a { background-color: #514030; }
a { background-color: rgb(81,64,48); }
div.DivClassName
{
background-color: #514030;
}
.BgClassName
{
background-color: #514030;
}
</style>
border-color css
<style>
span { border-color: #514030; }
span { border-color: rgb(81,64,48); }
td.TdClassName
{
border-color: #514030;
}
.TagClassName
{
border-color: #514030;
}
</style>