Shades of Deep Bronze #57422B
Tints of Deep Bronze #57422B
RGB
CMYK
RGB Variations
Color information
#57422B (or 0x57422B) is known color: Deep Bronze. HEX triplet: 57, 42 and 2B. RGB value is (87,66,43). Sum of RGB (Red+Green+Blue) = 87+66+43=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57422B is #A8BDD4. Grayscale: #454545. Windows color (decimal): -11058645 or 2835031. OLE color: 2835031.
HSL color Cylindrical-coordinate representation of color #57422B: hue angle of 31.36º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57422B is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 66 | 43 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.66 |
| HSL | 31.36º | 0.34% | 0.25% | - |
| HSV(B) | 31.36º | 0.51% | 0.34% | - |
| XYZ | 6.31 | 6.1 | 3.13 | - |
| YUV | 69.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 66 | 43 | 0 | 0.24 | 0.51 | 0.66 | 31.36 | 0.34 | 0.25 |
| Hex | 57 | 42 | 2B | 0 | 18 | 33 | 42 | 1F | 22 | 19 |
| Octal | 127 | 102 | 53 | 0 | 30 | 63 | 102 | 37 | 42 | 31 |
| Binary | 1010111 | 1000010 | 101011 | 0 | 11000 | 110011 | 1000010 | 11111 | 100010 | 11001 |
Color Harmonies of #57422B
Complementary color
Monochromatic Colors of #57422B
Black with #57422B
Text Example
Text Example
White with #57422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57422B; }
p { color: rgb(87,66,43); }
H1.HeaderClassName
{
color: #57422B;
}
.AnyTagClassName
{
color: #57422B;
}
</style>
background-color css
<style>
a { background-color: #57422B; }
a { background-color: rgb(87,66,43); }
div.DivClassName
{
background-color: #57422B;
}
.BgClassName
{
background-color: #57422B;
}
</style>
border-color css
<style>
span { border-color: #57422B; }
span { border-color: rgb(87,66,43); }
td.TdClassName
{
border-color: #57422B;
}
.TagClassName
{
border-color: #57422B;
}
</style>