Shades of Copper Rust #905B51
Tints of Copper Rust #905B51
RGB
CMYK
RGB Variations
Color information
#905B51 (or 0x905B51) is known color: Copper Rust. HEX triplet: 90, 5B and 51. RGB value is (144,91,81). Sum of RGB (Red+Green+Blue) = 144+91+81=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #905B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B51 is #6FA4AE. Grayscale: #696969. Windows color (decimal): -7316655 or 5331856. OLE color: 5331856.
HSL color Cylindrical-coordinate representation of color #905B51: hue angle of 9.52º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905B51 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 81 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.44 |
| HSL | 9.52º | 0.28% | 0.44% | - |
| HSV(B) | 9.52º | 0.44% | 0.56% | - |
| XYZ | 16.73 | 14.01 | 9.61 | - |
| YUV | 105.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 81 | 0 | 0.37 | 0.44 | 0.44 | 9.52 | 0.28 | 0.44 |
| Hex | 90 | 5B | 51 | 0 | 25 | 2C | 2C | A | 1C | 2C |
| Octal | 220 | 133 | 121 | 0 | 45 | 54 | 54 | 12 | 34 | 54 |
| Binary | 10010000 | 1011011 | 1010001 | 0 | 100101 | 101100 | 101100 | 1010 | 11100 | 101100 |
Color Harmonies of #905B51
Complementary color
Monochromatic Colors of #905B51
Black with #905B51
Text Example
Text Example
White with #905B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B51; }
p { color: rgb(144,91,81); }
H1.HeaderClassName
{
color: #905B51;
}
.AnyTagClassName
{
color: #905B51;
}
</style>
background-color css
<style>
a { background-color: #905B51; }
a { background-color: rgb(144,91,81); }
div.DivClassName
{
background-color: #905B51;
}
.BgClassName
{
background-color: #905B51;
}
</style>
border-color css
<style>
span { border-color: #905B51; }
span { border-color: rgb(144,91,81); }
td.TdClassName
{
border-color: #905B51;
}
.TagClassName
{
border-color: #905B51;
}
</style>