Html Css Color HEX #9E504A Copper Rust

📋 copy color: '#9E504A'

red 158 ◦ green 80 ◦ blue 74

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

Shades of Copper Rust #9E504A

Tints of Copper Rust #9E504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 50.64%
G = 25.64%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9E504A (or 0x9E504A) is known color: Copper Rust. HEX triplet: 9E, 50 and 4A. RGB value is (158,80,74). Sum of RGB (Red+Green+Blue) = 158+80+74=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E504A is #61AFB5. Grayscale: #666666. Windows color (decimal): -6401974 or 4870302. OLE color: 4870302.

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

Color convert

RGB 158 80 74 -
CMYK 0 0.49 0.53 0.38
HSL 4.29º 0.36% 0.45% -
HSV(B) 4.29º 0.53% 0.62% -
XYZ 18.21 13.5 8.12 -
YUV 102.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 158 80 74 0 0.49 0.53 0.38 4.29 0.36 0.45
Hex 9E 50 4A 0 31 35 26 4 24 2D
Octal 236 120 112 0 61 65 46 4 44 55
Binary 10011110 1010000 1001010 0 110001 110101 100110 100 100100 101101

Color Harmonies of #9E504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E504A

Black with #9E504A

Text Example


Text Example

White with #9E504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,80,74); }

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

background-color css

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

 a { background-color: rgb(158,80,74); }

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

border-color css

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

 span { border-color: rgb(158,80,74); }

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