Shades of Deep Bronze #51442C
Tints of Deep Bronze #51442C
RGB
CMYK
RGB Variations
Color information
#51442C (or 0x51442C) is known color: Deep Bronze. HEX triplet: 51, 44 and 2C. RGB value is (81,68,44). Sum of RGB (Red+Green+Blue) = 81+68+44=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51442C is #AEBBD3. Grayscale: #454545. Windows color (decimal): -11451348 or 2901073. OLE color: 2901073.
HSL color Cylindrical-coordinate representation of color #51442C: hue angle of 38.92º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51442C is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 44 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.68 |
| HSL | 38.92º | 0.3% | 0.25% | - |
| HSV(B) | 38.92º | 0.46% | 0.32% | - |
| XYZ | 5.92 | 6.07 | 3.24 | - |
| YUV | 69.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 44 | 0 | 0.16 | 0.46 | 0.68 | 38.92 | 0.3 | 0.25 |
| Hex | 51 | 44 | 2C | 0 | 10 | 2E | 44 | 27 | 1E | 19 |
| Octal | 121 | 104 | 54 | 0 | 20 | 56 | 104 | 47 | 36 | 31 |
| Binary | 1010001 | 1000100 | 101100 | 0 | 10000 | 101110 | 1000100 | 100111 | 11110 | 11001 |
Color Harmonies of #51442C
Complementary color
Monochromatic Colors of #51442C
Black with #51442C
Text Example
Text Example
White with #51442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51442C; }
p { color: rgb(81,68,44); }
H1.HeaderClassName
{
color: #51442C;
}
.AnyTagClassName
{
color: #51442C;
}
</style>
background-color css
<style>
a { background-color: #51442C; }
a { background-color: rgb(81,68,44); }
div.DivClassName
{
background-color: #51442C;
}
.BgClassName
{
background-color: #51442C;
}
</style>
border-color css
<style>
span { border-color: #51442C; }
span { border-color: rgb(81,68,44); }
td.TdClassName
{
border-color: #51442C;
}
.TagClassName
{
border-color: #51442C;
}
</style>