Shades of Copper Rust #95544B
Tints of Copper Rust #95544B
RGB
CMYK
RGB Variations
Color information
#95544B (or 0x95544B) is known color: Copper Rust. HEX triplet: 95, 54 and 4B. RGB value is (149,84,75). Sum of RGB (Red+Green+Blue) = 149+84+75=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95544B is #6AABB4. Grayscale: #666666. Windows color (decimal): -6990773 or 4936853. OLE color: 4936853.
HSL color Cylindrical-coordinate representation of color #95544B: hue angle of 7.3º 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 #95544B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 75 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.42 |
| HSL | 7.3º | 0.33% | 0.44% | - |
| HSV(B) | 7.3º | 0.5% | 0.58% | - |
| XYZ | 16.83 | 13.24 | 8.32 | - |
| YUV | 102.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 75 | 0 | 0.44 | 0.50 | 0.42 | 7.3 | 0.33 | 0.44 |
| Hex | 95 | 54 | 4B | 0 | 2C | 32 | 2A | 7 | 21 | 2C |
| Octal | 225 | 124 | 113 | 0 | 54 | 62 | 52 | 7 | 41 | 54 |
| Binary | 10010101 | 1010100 | 1001011 | 0 | 101100 | 110010 | 101010 | 111 | 100001 | 101100 |
Color Harmonies of #95544B
Complementary color
Monochromatic Colors of #95544B
Black with #95544B
Text Example
Text Example
White with #95544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95544B; }
p { color: rgb(149,84,75); }
H1.HeaderClassName
{
color: #95544B;
}
.AnyTagClassName
{
color: #95544B;
}
</style>
background-color css
<style>
a { background-color: #95544B; }
a { background-color: rgb(149,84,75); }
div.DivClassName
{
background-color: #95544B;
}
.BgClassName
{
background-color: #95544B;
}
</style>
border-color css
<style>
span { border-color: #95544B; }
span { border-color: rgb(149,84,75); }
td.TdClassName
{
border-color: #95544B;
}
.TagClassName
{
border-color: #95544B;
}
</style>