Shades of Copper Rust #94504A
Tints of Copper Rust #94504A
RGB
CMYK
RGB Variations
Color information
#94504A (or 0x94504A) is known color: Copper Rust. HEX triplet: 94, 50 and 4A. RGB value is (148,80,74). Sum of RGB (Red+Green+Blue) = 148+80+74=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #94504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94504A is #6BAFB5. Grayscale: #636363. Windows color (decimal): -7057334 or 4870292. OLE color: 4870292.
HSL color Cylindrical-coordinate representation of color #94504A: hue angle of 4.86º 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 #94504A is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 80 | 74 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.42 |
| HSL | 4.86º | 0.33% | 0.44% | - |
| HSV(B) | 4.86º | 0.5% | 0.58% | - |
| XYZ | 16.32 | 12.53 | 8.04 | - |
| YUV | 99.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 74 | 0 | 0.46 | 0.50 | 0.42 | 4.86 | 0.33 | 0.44 |
| Hex | 94 | 50 | 4A | 0 | 2E | 32 | 2A | 5 | 21 | 2C |
| Octal | 224 | 120 | 112 | 0 | 56 | 62 | 52 | 5 | 41 | 54 |
| Binary | 10010100 | 1010000 | 1001010 | 0 | 101110 | 110010 | 101010 | 101 | 100001 | 101100 |
Color Harmonies of #94504A
Complementary color
Monochromatic Colors of #94504A
Black with #94504A
Text Example
Text Example
White with #94504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94504A; }
p { color: rgb(148,80,74); }
H1.HeaderClassName
{
color: #94504A;
}
.AnyTagClassName
{
color: #94504A;
}
</style>
background-color css
<style>
a { background-color: #94504A; }
a { background-color: rgb(148,80,74); }
div.DivClassName
{
background-color: #94504A;
}
.BgClassName
{
background-color: #94504A;
}
</style>
border-color css
<style>
span { border-color: #94504A; }
span { border-color: rgb(148,80,74); }
td.TdClassName
{
border-color: #94504A;
}
.TagClassName
{
border-color: #94504A;
}
</style>