Shades of Copper Rust #93564B
Tints of Copper Rust #93564B
RGB
CMYK
RGB Variations
Color information
#93564B (or 0x93564B) is known color: Copper Rust. HEX triplet: 93, 56 and 4B. RGB value is (147,86,75). Sum of RGB (Red+Green+Blue) = 147+86+75=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93564B is #6CA9B4. Grayscale: #676767. Windows color (decimal): -7121333 or 4937363. OLE color: 4937363.
HSL color Cylindrical-coordinate representation of color #93564B: hue angle of 9.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93564B is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 75 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.42 |
| HSL | 9.17º | 0.32% | 0.44% | - |
| HSV(B) | 9.17º | 0.49% | 0.58% | - |
| XYZ | 16.63 | 13.37 | 8.36 | - |
| YUV | 102.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 75 | 0 | 0.41 | 0.49 | 0.42 | 9.17 | 0.32 | 0.44 |
| Hex | 93 | 56 | 4B | 0 | 29 | 31 | 2A | 9 | 20 | 2C |
| Octal | 223 | 126 | 113 | 0 | 51 | 61 | 52 | 11 | 40 | 54 |
| Binary | 10010011 | 1010110 | 1001011 | 0 | 101001 | 110001 | 101010 | 1001 | 100000 | 101100 |
Color Harmonies of #93564B
Complementary color
Monochromatic Colors of #93564B
Black with #93564B
Text Example
Text Example
White with #93564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93564B; }
p { color: rgb(147,86,75); }
H1.HeaderClassName
{
color: #93564B;
}
.AnyTagClassName
{
color: #93564B;
}
</style>
background-color css
<style>
a { background-color: #93564B; }
a { background-color: rgb(147,86,75); }
div.DivClassName
{
background-color: #93564B;
}
.BgClassName
{
background-color: #93564B;
}
</style>
border-color css
<style>
span { border-color: #93564B; }
span { border-color: rgb(147,86,75); }
td.TdClassName
{
border-color: #93564B;
}
.TagClassName
{
border-color: #93564B;
}
</style>