Shades of Deep Bronze #57442A
Tints of Deep Bronze #57442A
RGB
CMYK
RGB Variations
Color information
#57442A (or 0x57442A) is known color: Deep Bronze. HEX triplet: 57, 44 and 2A. RGB value is (87,68,42). Sum of RGB (Red+Green+Blue) = 87+68+42=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57442A is #A8BBD5. Grayscale: #464646. Windows color (decimal): -11058134 or 2770007. OLE color: 2770007.
HSL color Cylindrical-coordinate representation of color #57442A: hue angle of 34.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57442A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 68 | 42 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.66 |
| HSL | 34.67º | 0.35% | 0.25% | - |
| HSV(B) | 34.67º | 0.52% | 0.34% | - |
| XYZ | 6.42 | 6.33 | 3.07 | - |
| YUV | 70.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 42 | 0 | 0.22 | 0.52 | 0.66 | 34.67 | 0.35 | 0.25 |
| Hex | 57 | 44 | 2A | 0 | 16 | 34 | 42 | 23 | 23 | 19 |
| Octal | 127 | 104 | 52 | 0 | 26 | 64 | 102 | 43 | 43 | 31 |
| Binary | 1010111 | 1000100 | 101010 | 0 | 10110 | 110100 | 1000010 | 100011 | 100011 | 11001 |
Color Harmonies of #57442A
Complementary color
Monochromatic Colors of #57442A
Black with #57442A
Text Example
Text Example
White with #57442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57442A; }
p { color: rgb(87,68,42); }
H1.HeaderClassName
{
color: #57442A;
}
.AnyTagClassName
{
color: #57442A;
}
</style>
background-color css
<style>
a { background-color: #57442A; }
a { background-color: rgb(87,68,42); }
div.DivClassName
{
background-color: #57442A;
}
.BgClassName
{
background-color: #57442A;
}
</style>
border-color css
<style>
span { border-color: #57442A; }
span { border-color: rgb(87,68,42); }
td.TdClassName
{
border-color: #57442A;
}
.TagClassName
{
border-color: #57442A;
}
</style>