Shades of Copper Rust #924B4A
Tints of Copper Rust #924B4A
RGB
CMYK
RGB Variations
Color information
#924B4A (or 0x924B4A) is known color: Copper Rust. HEX triplet: 92, 4B and 4A. RGB value is (146,75,74). Sum of RGB (Red+Green+Blue) = 146+75+74=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #924B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924B4A is #6DB4B5. Grayscale: #606060. Windows color (decimal): -7189686 or 4869010. OLE color: 4869010.
HSL color Cylindrical-coordinate representation of color #924B4A: hue angle of 0.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #924B4A is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 75 | 74 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.43 |
| HSL | 0.83º | 0.33% | 0.43% | - |
| HSV(B) | 0.83º | 0.49% | 0.57% | - |
| XYZ | 15.61 | 11.64 | 7.9 | - |
| YUV | 96.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 74 | 0 | 0.49 | 0.49 | 0.43 | 0.83 | 0.33 | 0.43 |
| Hex | 92 | 4B | 4A | 0 | 31 | 31 | 2B | 1 | 21 | 2B |
| Octal | 222 | 113 | 112 | 0 | 61 | 61 | 53 | 1 | 41 | 53 |
| Binary | 10010010 | 1001011 | 1001010 | 0 | 110001 | 110001 | 101011 | 1 | 100001 | 101011 |
Color Harmonies of #924B4A
Complementary color
Monochromatic Colors of #924B4A
Black with #924B4A
Text Example
Text Example
White with #924B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924B4A; }
p { color: rgb(146,75,74); }
H1.HeaderClassName
{
color: #924B4A;
}
.AnyTagClassName
{
color: #924B4A;
}
</style>
background-color css
<style>
a { background-color: #924B4A; }
a { background-color: rgb(146,75,74); }
div.DivClassName
{
background-color: #924B4A;
}
.BgClassName
{
background-color: #924B4A;
}
</style>
border-color css
<style>
span { border-color: #924B4A; }
span { border-color: rgb(146,75,74); }
td.TdClassName
{
border-color: #924B4A;
}
.TagClassName
{
border-color: #924B4A;
}
</style>