Shades of Deep Bronze #514225
Tints of Deep Bronze #514225
RGB
CMYK
RGB Variations
Color information
#514225 (or 0x514225) is known color: Deep Bronze. HEX triplet: 51, 42 and 25. RGB value is (81,66,37). Sum of RGB (Red+Green+Blue) = 81+66+37=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #514225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514225 is #AEBDDA. Grayscale: #434343. Windows color (decimal): -11451867 or 2441809. OLE color: 2441809.
HSL color Cylindrical-coordinate representation of color #514225: hue angle of 39.55º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #514225 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 66 | 37 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.68 |
| HSL | 39.55º | 0.37% | 0.23% | - |
| HSV(B) | 39.55º | 0.54% | 0.32% | - |
| XYZ | 5.68 | 5.78 | 2.57 | - |
| YUV | 67.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 37 | 0 | 0.19 | 0.54 | 0.68 | 39.55 | 0.37 | 0.23 |
| Hex | 51 | 42 | 25 | 0 | 13 | 36 | 44 | 28 | 25 | 17 |
| Octal | 121 | 102 | 45 | 0 | 23 | 66 | 104 | 50 | 45 | 27 |
| Binary | 1010001 | 1000010 | 100101 | 0 | 10011 | 110110 | 1000100 | 101000 | 100101 | 10111 |
Color Harmonies of #514225
Complementary color
Monochromatic Colors of #514225
Black with #514225
Text Example
Text Example
White with #514225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514225; }
p { color: rgb(81,66,37); }
H1.HeaderClassName
{
color: #514225;
}
.AnyTagClassName
{
color: #514225;
}
</style>
background-color css
<style>
a { background-color: #514225; }
a { background-color: rgb(81,66,37); }
div.DivClassName
{
background-color: #514225;
}
.BgClassName
{
background-color: #514225;
}
</style>
border-color css
<style>
span { border-color: #514225; }
span { border-color: rgb(81,66,37); }
td.TdClassName
{
border-color: #514225;
}
.TagClassName
{
border-color: #514225;
}
</style>