Shades of Deep Bronze #50422B
Tints of Deep Bronze #50422B
RGB
CMYK
RGB Variations
Color information
#50422B (or 0x50422B) is known color: Deep Bronze. HEX triplet: 50, 42 and 2B. RGB value is (80,66,43). Sum of RGB (Red+Green+Blue) = 80+66+43=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #50422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50422B is #AFBDD4. Grayscale: #434343. Windows color (decimal): -11517397 or 2835024. OLE color: 2835024.
HSL color Cylindrical-coordinate representation of color #50422B: hue angle of 37.3º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50422B is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 43 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.69 |
| HSL | 37.3º | 0.3% | 0.24% | - |
| HSV(B) | 37.3º | 0.46% | 0.31% | - |
| XYZ | 5.69 | 5.78 | 3.1 | - |
| YUV | 67.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 43 | 0 | 0.17 | 0.46 | 0.69 | 37.3 | 0.3 | 0.24 |
| Hex | 50 | 42 | 2B | 0 | 11 | 2E | 45 | 25 | 1E | 18 |
| Octal | 120 | 102 | 53 | 0 | 21 | 56 | 105 | 45 | 36 | 30 |
| Binary | 1010000 | 1000010 | 101011 | 0 | 10001 | 101110 | 1000101 | 100101 | 11110 | 11000 |
Color Harmonies of #50422B
Complementary color
Monochromatic Colors of #50422B
Black with #50422B
Text Example
Text Example
White with #50422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50422B; }
p { color: rgb(80,66,43); }
H1.HeaderClassName
{
color: #50422B;
}
.AnyTagClassName
{
color: #50422B;
}
</style>
background-color css
<style>
a { background-color: #50422B; }
a { background-color: rgb(80,66,43); }
div.DivClassName
{
background-color: #50422B;
}
.BgClassName
{
background-color: #50422B;
}
</style>
border-color css
<style>
span { border-color: #50422B; }
span { border-color: rgb(80,66,43); }
td.TdClassName
{
border-color: #50422B;
}
.TagClassName
{
border-color: #50422B;
}
</style>