Shades of Copper Rust #93534E
Tints of Copper Rust #93534E
RGB
CMYK
RGB Variations
Color information
#93534E (or 0x93534E) is known color: Copper Rust. HEX triplet: 93, 53 and 4E. RGB value is (147,83,78). Sum of RGB (Red+Green+Blue) = 147+83+78=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93534E is #6CACB1. Grayscale: #656565. Windows color (decimal): -7122098 or 5133203. OLE color: 5133203.
HSL color Cylindrical-coordinate representation of color #93534E: hue angle of 4.35º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93534E is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 78 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.42 |
| HSL | 4.35º | 0.31% | 0.44% | - |
| HSV(B) | 4.35º | 0.47% | 0.58% | - |
| XYZ | 16.5 | 12.94 | 8.84 | - |
| YUV | 101.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 78 | 0 | 0.44 | 0.47 | 0.42 | 4.35 | 0.31 | 0.44 |
| Hex | 93 | 53 | 4E | 0 | 2C | 2F | 2A | 4 | 1F | 2C |
| Octal | 223 | 123 | 116 | 0 | 54 | 57 | 52 | 4 | 37 | 54 |
| Binary | 10010011 | 1010011 | 1001110 | 0 | 101100 | 101111 | 101010 | 100 | 11111 | 101100 |
Color Harmonies of #93534E
Complementary color
Monochromatic Colors of #93534E
Black with #93534E
Text Example
Text Example
White with #93534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93534E; }
p { color: rgb(147,83,78); }
H1.HeaderClassName
{
color: #93534E;
}
.AnyTagClassName
{
color: #93534E;
}
</style>
background-color css
<style>
a { background-color: #93534E; }
a { background-color: rgb(147,83,78); }
div.DivClassName
{
background-color: #93534E;
}
.BgClassName
{
background-color: #93534E;
}
</style>
border-color css
<style>
span { border-color: #93534E; }
span { border-color: rgb(147,83,78); }
td.TdClassName
{
border-color: #93534E;
}
.TagClassName
{
border-color: #93534E;
}
</style>