Html Css Color HEX #9E514D Copper Rust

📋 copy color: '#9E514D'

red 158 ◦ green 81 ◦ blue 77

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

Shades of Copper Rust #9E514D

Tints of Copper Rust #9E514D

RGB

 RED value IS 158 (62.11% from 255) = 50%

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

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 50%
G = 25.63%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9E514D (or 0x9E514D) is known color: Copper Rust. HEX triplet: 9E, 51 and 4D. RGB value is (158,81,77). Sum of RGB (Red+Green+Blue) = 158+81+77=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E514D is #61AEB2. Grayscale: #676767. Windows color (decimal): -6401715 or 5067166. OLE color: 5067166.

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

Color convert

RGB 158 81 77 -
CMYK 0 0.49 0.51 0.38
HSL 2.96º 0.34% 0.46% -
HSV(B) 2.96º 0.51% 0.62% -
XYZ 18.38 13.69 8.69 -
YUV 103.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 158 81 77 0 0.49 0.51 0.38 2.96 0.34 0.46
Hex 9E 51 4D 0 31 33 26 3 22 2E
Octal 236 121 115 0 61 63 46 3 42 56
Binary 10011110 1010001 1001101 0 110001 110011 100110 11 100010 101110

Color Harmonies of #9E514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E514D

Black with #9E514D

Text Example


Text Example

White with #9E514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,81,77); }

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

background-color css

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

 a { background-color: rgb(158,81,77); }

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

border-color css

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

 span { border-color: rgb(158,81,77); }

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