Html Css Color HEX #9E5854 Copper Rust

📋 copy color: '#9E5854'

red 158 ◦ green 88 ◦ blue 84

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

Shades of Copper Rust #9E5854

Tints of Copper Rust #9E5854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

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

R = 47.88%
G = 26.67%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9E5854 (or 0x9E5854) is known color: Copper Rust. HEX triplet: 9E, 58 and 54. RGB value is (158,88,84). Sum of RGB (Red+Green+Blue) = 158+88+84=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5854 is #61A7AB. Grayscale: #6C6C6C. Windows color (decimal): -6399916 or 5527710. OLE color: 5527710.

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

Color convert

RGB 158 88 84 -
CMYK 0 0.44 0.47 0.38
HSL 3.24º 0.31% 0.47% -
HSV(B) 3.24º 0.47% 0.62% -
XYZ 19.19 14.89 10.25 -
YUV 108.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 158 88 84 0 0.44 0.47 0.38 3.24 0.31 0.47
Hex 9E 58 54 0 2C 2F 26 3 1F 2F
Octal 236 130 124 0 54 57 46 3 37 57
Binary 10011110 1011000 1010100 0 101100 101111 100110 11 11111 101111

Color Harmonies of #9E5854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5854

Black with #9E5854

Text Example


Text Example

White with #9E5854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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