Shades of Copper Rust #94514A
Tints of Copper Rust #94514A
RGB
CMYK
RGB Variations
Color information
#94514A (or 0x94514A) is known color: Copper Rust. HEX triplet: 94, 51 and 4A. RGB value is (148,81,74). Sum of RGB (Red+Green+Blue) = 148+81+74=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #94514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94514A is #6BAEB5. Grayscale: #646464. Windows color (decimal): -7057078 or 4870548. OLE color: 4870548.
HSL color Cylindrical-coordinate representation of color #94514A: hue angle of 5.68º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94514A is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 74 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.42 |
| HSL | 5.68º | 0.33% | 0.44% | - |
| HSV(B) | 5.68º | 0.5% | 0.58% | - |
| XYZ | 16.39 | 12.68 | 8.06 | - |
| YUV | 100.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 74 | 0 | 0.45 | 0.50 | 0.42 | 5.68 | 0.33 | 0.44 |
| Hex | 94 | 51 | 4A | 0 | 2D | 32 | 2A | 6 | 21 | 2C |
| Octal | 224 | 121 | 112 | 0 | 55 | 62 | 52 | 6 | 41 | 54 |
| Binary | 10010100 | 1010001 | 1001010 | 0 | 101101 | 110010 | 101010 | 110 | 100001 | 101100 |
Color Harmonies of #94514A
Complementary color
Monochromatic Colors of #94514A
Black with #94514A
Text Example
Text Example
White with #94514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94514A; }
p { color: rgb(148,81,74); }
H1.HeaderClassName
{
color: #94514A;
}
.AnyTagClassName
{
color: #94514A;
}
</style>
background-color css
<style>
a { background-color: #94514A; }
a { background-color: rgb(148,81,74); }
div.DivClassName
{
background-color: #94514A;
}
.BgClassName
{
background-color: #94514A;
}
</style>
border-color css
<style>
span { border-color: #94514A; }
span { border-color: rgb(148,81,74); }
td.TdClassName
{
border-color: #94514A;
}
.TagClassName
{
border-color: #94514A;
}
</style>