#95554A

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

Shades of Copper Rust #95554A

Tints of Copper Rust #95554A

Color information

#95554A (or 0x95554A) is unknown color: approx Copper Rust. HEX triplet: 95, 55 and 4A. RGB value is (149,85,74). Sum of RGB (Red+Green+Blue) = 149+85+74=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95554A is #6AAAB5. Grayscale: #666666. Windows color (decimal): -6990518 or 4871573. OLE color: 4871573.

HSL color Cylindrical-coordinate representation of color #95554A: hue angle of 8.8º degrees, saturation: 0.34, 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 #95554A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1498574-
CMYK00.430.500.42
HSL8.8º33.63%43.73%-
HSV(B)8.8º50.34%58.43%-
XYZ16.8813.388.17-
YUV102.88111.7160.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=48.38%
G=27.60%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149857400.430.500.428.833.6343.73
Hex95554A02B322A9222c
Octal2251251120536252114254
Binary100101011010101100101001010111100101010101001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95554A; }

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

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

<style>
 a { background-color: #95554A; }

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

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

<style>
 span { border-color: #95554A; }

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

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