Html Css Color HEX #9D514E Copper Rust

📋 copy color: '#9D514E'

red 157 ◦ green 81 ◦ blue 78

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

Shades of Copper Rust #9D514E

Tints of Copper Rust #9D514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.63%

 BLUE value IS 78 (30.86% from 255) = 24.68%

R = 49.68%
G = 25.63%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9D514E (or 0x9D514E) is known color: Copper Rust. HEX triplet: 9D, 51 and 4E. RGB value is (157,81,78). Sum of RGB (Red+Green+Blue) = 157+81+78=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D514E is #62AEB1. Grayscale: #676767. Windows color (decimal): -6467250 or 5132701. OLE color: 5132701.

HSL color Cylindrical-coordinate representation of color #9D514E: hue angle of 2.28º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D514E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 81 78 -
CMYK 0 0.48 0.50 0.38
HSL 2.28º 0.34% 0.46% -
HSV(B) 2.28º 0.5% 0.62% -
XYZ 18.22 13.6 8.87 -
YUV 103.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 157 81 78 0 0.48 0.50 0.38 2.28 0.34 0.46
Hex 9D 51 4E 0 30 32 26 2 22 2E
Octal 235 121 116 0 60 62 46 2 42 56
Binary 10011101 1010001 1001110 0 110000 110010 100110 10 100010 101110

Color Harmonies of #9D514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D514E

Black with #9D514E

Text Example


Text Example

White with #9D514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,81,78); }

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

background-color css

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

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

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

border-color css

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

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

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