#954A48

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

Shades of Copper Rust #954A48

Tints of Copper Rust #954A48

Color information

#954A48 (or 0x954A48) is unknown color: approx Copper Rust. HEX triplet: 95, 4A and 48. RGB value is (149,74,72). Sum of RGB (Red+Green+Blue) = 149+74+72=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #954A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A48 is #6AB5B7. Grayscale: #606060. Windows color (decimal): -6993336 or 4737685. OLE color: 4737685.

HSL color Cylindrical-coordinate representation of color #954A48: hue angle of 1.56º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954A48 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1497472-
CMYK00.500.520.42
HSL1.56º34.84%43.33%-
HSV(B)1.56º51.68%58.43%-
XYZ16.0111.767.56-
YUV96.2114.35165.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=50.51%
G=25.08%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149747200.500.520.421.5634.8443.33
Hex954A48032342A2232b
Octal225112110062645224353
Binary1001010110010101001000011001011010010101010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954A48; }

 p { color: rgb(149,74,72); }

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

<style>
 a { background-color: #954A48; }

 a { background-color: rgb(149,74,72); }

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

<style>
 span { border-color: #954A48; }

 span { border-color: rgb(149,74,72); }

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