#9F5453

Color #9F5453 Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #9F5453

Tints of Copper Rust #9F5453

Color information

#9F5453 (or 0x9F5453) is unknown color: approx Copper Rust. HEX triplet: 9F, 54 and 53. RGB value is (159,84,83). Sum of RGB (Red+Green+Blue) = 159+84+83=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5453 is #60ABAC. Grayscale: #6A6A6A. Windows color (decimal): -6335405 or 5461151. OLE color: 5461151.

HSL color Cylindrical-coordinate representation of color #9F5453: hue angle of 0.79º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5453 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB1598483-
CMYK00.470.480.38
HSL0.79º31.4%47.45%-
HSV(B)0.79º47.8%62.35%-
XYZ19.0314.349.95-
YUV106.31114.85165.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 48.77%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=48.77%
G=25.77%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159848300.470.480.380.7931.447.45
Hex9F545302F302611f2f
Octal237124123057604613757
Binary10011111101010010100110101111110000100110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5453; }

 p { color: rgb(159,84,83); }

 H1.HeaderClassName
 {
   color: #9F5453;
 }
 .AnyTagClassName
 {
   color: #9F5453;
 }
</style>
background-color css

<style>
 a { background-color: #9F5453; }

 a { background-color: rgb(159,84,83); }

 div.DivClassName
 {
   background-color: #9F5453;
 }
 .BgClassName
 {
   background-color: #9F5453;
 }
</style>
border-color css

<style>
 span { border-color: #9F5453; }

 span { border-color: rgb(159,84,83); }

 td.TdClassName
 {
   border-color: #9F5453;
 }
 .TagClassName
 {
   border-color: #9F5453;
 }
</style>