Shades of Copper Rust #934D4B
Tints of Copper Rust #934D4B
RGB
CMYK
RGB Variations
Color information
#934D4B (or 0x934D4B) is known color: Copper Rust. HEX triplet: 93, 4D and 4B. RGB value is (147,77,75). Sum of RGB (Red+Green+Blue) = 147+77+75=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #934D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934D4B is #6CB2B4. Grayscale: #616161. Windows color (decimal): -7123637 or 4935059. OLE color: 4935059.
HSL color Cylindrical-coordinate representation of color #934D4B: hue angle of 1.67º 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 #934D4B is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 75 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.42 |
| HSL | 1.67º | 0.32% | 0.44% | - |
| HSV(B) | 1.67º | 0.49% | 0.58% | - |
| XYZ | 15.96 | 12.02 | 8.14 | - |
| YUV | 97.7 | 115.19 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 75 | 0 | 0.48 | 0.49 | 0.42 | 1.67 | 0.32 | 0.44 |
| Hex | 93 | 4D | 4B | 0 | 30 | 31 | 2A | 2 | 20 | 2C |
| Octal | 223 | 115 | 113 | 0 | 60 | 61 | 52 | 2 | 40 | 54 |
| Binary | 10010011 | 1001101 | 1001011 | 0 | 110000 | 110001 | 101010 | 10 | 100000 | 101100 |
Color Harmonies of #934D4B
Complementary color
Monochromatic Colors of #934D4B
Black with #934D4B
Text Example
Text Example
White with #934D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D4B; }
p { color: rgb(147,77,75); }
H1.HeaderClassName
{
color: #934D4B;
}
.AnyTagClassName
{
color: #934D4B;
}
</style>
background-color css
<style>
a { background-color: #934D4B; }
a { background-color: rgb(147,77,75); }
div.DivClassName
{
background-color: #934D4B;
}
.BgClassName
{
background-color: #934D4B;
}
</style>
border-color css
<style>
span { border-color: #934D4B; }
span { border-color: rgb(147,77,75); }
td.TdClassName
{
border-color: #934D4B;
}
.TagClassName
{
border-color: #934D4B;
}
</style>