Html Css Color HEX #9D5A50 Copper Rust

📋 copy color: '#9D5A50'

red 157 ◦ green 90 ◦ blue 80

#9D5A50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Rust #9D5A50

Tints of Copper Rust #9D5A50

RGB

 RED value IS 157 (61.72% from 255) = 48.01%

 GREEN value IS 90 (35.55% from 255) = 27.52%

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 48.01%
G = 27.52%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9D5A50 (or 0x9D5A50) is known color: Copper Rust. HEX triplet: 9D, 5A and 50. RGB value is (157,90,80). Sum of RGB (Red+Green+Blue) = 157+90+80=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A50 is #62A5AF. Grayscale: #6C6C6C. Windows color (decimal): -6464944 or 5266077. OLE color: 5266077.

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

Color convert

RGB 157 90 80 -
CMYK 0 0.43 0.49 0.38
HSL 7.79º 0.32% 0.46% -
HSV(B) 7.79º 0.49% 0.62% -
XYZ 19.01 15.06 9.49 -
YUV 108.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 157 90 80 0 0.43 0.49 0.38 7.79 0.32 0.46
Hex 9D 5A 50 0 2B 31 26 8 20 2E
Octal 235 132 120 0 53 61 46 10 40 56
Binary 10011101 1011010 1010000 0 101011 110001 100110 1000 100000 101110

Color Harmonies of #9D5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5A50

Black with #9D5A50

Text Example


Text Example

White with #9D5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,90,80); }

 H1.HeaderClassName
 {
   color: #9D5A50;
 }
 .AnyTagClassName
 {
   color: #9D5A50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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