Shades of Copper Rust #94514B
Tints of Copper Rust #94514B
RGB
CMYK
RGB Variations
Color information
#94514B (or 0x94514B) is known color: Copper Rust. HEX triplet: 94, 51 and 4B. RGB value is (148,81,75). Sum of RGB (Red+Green+Blue) = 148+81+75=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94514B is #6BAEB4. Grayscale: #646464. Windows color (decimal): -7057077 or 4936084. OLE color: 4936084.
HSL color Cylindrical-coordinate representation of color #94514B: hue angle of 4.93º degrees, saturation: 0.33, 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 #94514B is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 75 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.42 |
| HSL | 4.93º | 0.33% | 0.44% | - |
| HSV(B) | 4.93º | 0.49% | 0.58% | - |
| XYZ | 16.43 | 12.69 | 8.24 | - |
| YUV | 100.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 75 | 0 | 0.45 | 0.49 | 0.42 | 4.93 | 0.33 | 0.44 |
| Hex | 94 | 51 | 4B | 0 | 2D | 31 | 2A | 5 | 21 | 2C |
| Octal | 224 | 121 | 113 | 0 | 55 | 61 | 52 | 5 | 41 | 54 |
| Binary | 10010100 | 1010001 | 1001011 | 0 | 101101 | 110001 | 101010 | 101 | 100001 | 101100 |
Color Harmonies of #94514B
Complementary color
Monochromatic Colors of #94514B
Black with #94514B
Text Example
Text Example
White with #94514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94514B; }
p { color: rgb(148,81,75); }
H1.HeaderClassName
{
color: #94514B;
}
.AnyTagClassName
{
color: #94514B;
}
</style>
background-color css
<style>
a { background-color: #94514B; }
a { background-color: rgb(148,81,75); }
div.DivClassName
{
background-color: #94514B;
}
.BgClassName
{
background-color: #94514B;
}
</style>
border-color css
<style>
span { border-color: #94514B; }
span { border-color: rgb(148,81,75); }
td.TdClassName
{
border-color: #94514B;
}
.TagClassName
{
border-color: #94514B;
}
</style>