Html Css Color HEX #9E524A Copper Rust

📋 copy color: '#9E524A'

red 158 ◦ green 82 ◦ blue 74

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

Shades of Copper Rust #9E524A

Tints of Copper Rust #9E524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

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

R = 50.32%
G = 26.11%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9E524A (or 0x9E524A) is known color: Copper Rust. HEX triplet: 9E, 52 and 4A. RGB value is (158,82,74). Sum of RGB (Red+Green+Blue) = 158+82+74=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E524A is #61ADB5. Grayscale: #676767. Windows color (decimal): -6401462 or 4870814. OLE color: 4870814.

HSL color Cylindrical-coordinate representation of color #9E524A: hue angle of 5.71º 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 #9E524A is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 82 74 -
CMYK 0 0.48 0.53 0.38
HSL 5.71º 0.36% 0.45% -
HSV(B) 5.71º 0.53% 0.62% -
XYZ 18.35 13.8 8.17 -
YUV 103.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 158 82 74 0 0.48 0.53 0.38 5.71 0.36 0.45
Hex 9E 52 4A 0 30 35 26 6 24 2D
Octal 236 122 112 0 60 65 46 6 44 55
Binary 10011110 1010010 1001010 0 110000 110101 100110 110 100100 101101

Color Harmonies of #9E524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E524A

Black with #9E524A

Text Example


Text Example

White with #9E524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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