#95594B

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

Shades of Copper Rust #95594B

Tints of Copper Rust #95594B

Color information

#95594B (or 0x95594B) is unknown color: approx Copper Rust. HEX triplet: 95, 59 and 4B. RGB value is (149,89,75). Sum of RGB (Red+Green+Blue) = 149+89+75=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95594B is #6AA6B4. Grayscale: #696969. Windows color (decimal): -6989493 or 4938133. OLE color: 4938133.

HSL color Cylindrical-coordinate representation of color #95594B: hue angle of 11.35º 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 #95594B is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1498975-
CMYK00.400.500.42
HSL11.35º33.04%43.92%-
HSV(B)11.35º49.66%58.43%-
XYZ17.2414.048.46-
YUV105.34110.88159.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=47.60%
G=28.43%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149897500.400.500.4211.3533.0443.92
Hex95594B028322Ab212c
Octal2251311130506252134154
Binary100101011011001100101101010001100101010101011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95594B; }

 p { color: rgb(149,89,75); }

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

<style>
 a { background-color: #95594B; }

 a { background-color: rgb(149,89,75); }

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

<style>
 span { border-color: #95594B; }

 span { border-color: rgb(149,89,75); }

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