Shades of Copper Rust #93514B
Tints of Copper Rust #93514B
RGB
CMYK
RGB Variations
Color information
#93514B (or 0x93514B) is known color: Copper Rust. HEX triplet: 93, 51 and 4B. RGB value is (147,81,75). Sum of RGB (Red+Green+Blue) = 147+81+75=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93514B is #6CAEB4. Grayscale: #646464. Windows color (decimal): -7122613 or 4936083. OLE color: 4936083.
HSL color Cylindrical-coordinate representation of color #93514B: hue angle of 5º 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 #93514B is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 75 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.42 |
| HSL | 5º | 0.32% | 0.44% | - |
| HSV(B) | 5º | 0.49% | 0.58% | - |
| XYZ | 16.25 | 12.6 | 8.23 | - |
| YUV | 100.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 75 | 0 | 0.45 | 0.49 | 0.42 | 5 | 0.32 | 0.44 |
| Hex | 93 | 51 | 4B | 0 | 2D | 31 | 2A | 5 | 20 | 2C |
| Octal | 223 | 121 | 113 | 0 | 55 | 61 | 52 | 5 | 40 | 54 |
| Binary | 10010011 | 1010001 | 1001011 | 0 | 101101 | 110001 | 101010 | 101 | 100000 | 101100 |
Color Harmonies of #93514B
Complementary color
Monochromatic Colors of #93514B
Black with #93514B
Text Example
Text Example
White with #93514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93514B; }
p { color: rgb(147,81,75); }
H1.HeaderClassName
{
color: #93514B;
}
.AnyTagClassName
{
color: #93514B;
}
</style>
background-color css
<style>
a { background-color: #93514B; }
a { background-color: rgb(147,81,75); }
div.DivClassName
{
background-color: #93514B;
}
.BgClassName
{
background-color: #93514B;
}
</style>
border-color css
<style>
span { border-color: #93514B; }
span { border-color: rgb(147,81,75); }
td.TdClassName
{
border-color: #93514B;
}
.TagClassName
{
border-color: #93514B;
}
</style>