Html Css Color HEX #9E5A54 Copper Rust

📋 copy color: '#9E5A54'

red 158 ◦ green 90 ◦ blue 84

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

Shades of Copper Rust #9E5A54

Tints of Copper Rust #9E5A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.3%

R = 47.59%
G = 27.11%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9E5A54 (or 0x9E5A54) is known color: Copper Rust. HEX triplet: 9E, 5A and 54. RGB value is (158,90,84). Sum of RGB (Red+Green+Blue) = 158+90+84=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5A54 is #61A5AB. Grayscale: #6D6D6D. Windows color (decimal): -6399404 or 5528222. OLE color: 5528222.

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

Color convert

RGB 158 90 84 -
CMYK 0 0.43 0.47 0.38
HSL 4.86º 0.31% 0.47% -
HSV(B) 4.86º 0.47% 0.62% -
XYZ 19.36 15.22 10.31 -
YUV 109.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 158 90 84 0 0.43 0.47 0.38 4.86 0.31 0.47
Hex 9E 5A 54 0 2B 2F 26 5 1F 2F
Octal 236 132 124 0 53 57 46 5 37 57
Binary 10011110 1011010 1010100 0 101011 101111 100110 101 11111 101111

Color Harmonies of #9E5A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5A54

Black with #9E5A54

Text Example


Text Example

White with #9E5A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,90,84); }

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

background-color css

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

 a { background-color: rgb(158,90,84); }

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

border-color css

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

 span { border-color: rgb(158,90,84); }

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