Shades of Deep Bronze #513F30
Tints of Deep Bronze #513F30
RGB
CMYK
RGB Variations
Color information
#513F30 (or 0x513F30) is known color: Deep Bronze. HEX triplet: 51, 3F and 30. RGB value is (81,63,48). Sum of RGB (Red+Green+Blue) = 81+63+48=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #513F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F30 is #AEC0CF. Grayscale: #424242. Windows color (decimal): -11452624 or 3161937. OLE color: 3161937.
HSL color Cylindrical-coordinate representation of color #513F30: hue angle of 27.27º 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 #513F30 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 48 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.68 |
| HSL | 27.27º | 0.26% | 0.25% | - |
| HSV(B) | 27.27º | 0.41% | 0.32% | - |
| XYZ | 5.7 | 5.52 | 3.56 | - |
| YUV | 66.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 48 | 0 | 0.22 | 0.41 | 0.68 | 27.27 | 0.26 | 0.25 |
| Hex | 51 | 3F | 30 | 0 | 16 | 29 | 44 | 1B | 1A | 19 |
| Octal | 121 | 77 | 60 | 0 | 26 | 51 | 104 | 33 | 32 | 31 |
| Binary | 1010001 | 111111 | 110000 | 0 | 10110 | 101001 | 1000100 | 11011 | 11010 | 11001 |
Color Harmonies of #513F30
Complementary color
Monochromatic Colors of #513F30
Black with #513F30
Text Example
Text Example
White with #513F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F30; }
p { color: rgb(81,63,48); }
H1.HeaderClassName
{
color: #513F30;
}
.AnyTagClassName
{
color: #513F30;
}
</style>
background-color css
<style>
a { background-color: #513F30; }
a { background-color: rgb(81,63,48); }
div.DivClassName
{
background-color: #513F30;
}
.BgClassName
{
background-color: #513F30;
}
</style>
border-color css
<style>
span { border-color: #513F30; }
span { border-color: rgb(81,63,48); }
td.TdClassName
{
border-color: #513F30;
}
.TagClassName
{
border-color: #513F30;
}
</style>