Shades of Deep Bronze #51432B
Tints of Deep Bronze #51432B
RGB
CMYK
RGB Variations
Color information
#51432B (or 0x51432B) is known color: Deep Bronze. HEX triplet: 51, 43 and 2B. RGB value is (81,67,43). Sum of RGB (Red+Green+Blue) = 81+67+43=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51432B is #AEBCD4. Grayscale: #444444. Windows color (decimal): -11451605 or 2835281. OLE color: 2835281.
HSL color Cylindrical-coordinate representation of color #51432B: hue angle of 37.89º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51432B is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 67 | 43 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.68 |
| HSL | 37.89º | 0.31% | 0.24% | - |
| HSV(B) | 37.89º | 0.47% | 0.32% | - |
| XYZ | 5.84 | 5.94 | 3.12 | - |
| YUV | 68.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 43 | 0 | 0.17 | 0.47 | 0.68 | 37.89 | 0.31 | 0.24 |
| Hex | 51 | 43 | 2B | 0 | 11 | 2F | 44 | 26 | 1F | 18 |
| Octal | 121 | 103 | 53 | 0 | 21 | 57 | 104 | 46 | 37 | 30 |
| Binary | 1010001 | 1000011 | 101011 | 0 | 10001 | 101111 | 1000100 | 100110 | 11111 | 11000 |
Color Harmonies of #51432B
Complementary color
Monochromatic Colors of #51432B
Black with #51432B
Text Example
Text Example
White with #51432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51432B; }
p { color: rgb(81,67,43); }
H1.HeaderClassName
{
color: #51432B;
}
.AnyTagClassName
{
color: #51432B;
}
</style>
background-color css
<style>
a { background-color: #51432B; }
a { background-color: rgb(81,67,43); }
div.DivClassName
{
background-color: #51432B;
}
.BgClassName
{
background-color: #51432B;
}
</style>
border-color css
<style>
span { border-color: #51432B; }
span { border-color: rgb(81,67,43); }
td.TdClassName
{
border-color: #51432B;
}
.TagClassName
{
border-color: #51432B;
}
</style>