#9D5E5E

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

Shades of Copper Rose #9D5E5E

Tints of Copper Rose #9D5E5E

Color information

#9D5E5E (or 0x9D5E5E) is unknown color: approx Copper Rose. HEX triplet: 9D, 5E and 5E. RGB value is (157,94,94). Sum of RGB (Red+Green+Blue) = 157+94+94=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E5E is #62A1A1. Grayscale: #707070. Windows color (decimal): -6463906 or 6184605. OLE color: 6184605.

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

Color convert

RGB1579494-
CMYK00.400.400.38
HSL25.1%49.22%-
HSV(B)40.13%61.57%-
XYZ19.9315.9812.62-
YUV112.84117.37159.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=45.51%
G=27.25%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157949400.400.400.38025.149.22
Hex9D5E5E028282601931
Octal235136136050504603161
Binary10011101101111010111100101000101000100110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,94,94); }

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

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

 a { background-color: rgb(157,94,94); }

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

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

 span { border-color: rgb(157,94,94); }

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