Html Css Color HEX #9E534F Copper Rust

📋 copy color: '#9E534F'

red 158 ◦ green 83 ◦ blue 79

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

Shades of Copper Rust #9E534F

Tints of Copper Rust #9E534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

 BLUE value IS 79 (31.25% from 255) = 24.69%

R = 49.38%
G = 25.94%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9E534F (or 0x9E534F) is known color: Copper Rust. HEX triplet: 9E, 53 and 4F. RGB value is (158,83,79). Sum of RGB (Red+Green+Blue) = 158+83+79=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E534F is #61ACB0. Grayscale: #696969. Windows color (decimal): -6401201 or 5198750. OLE color: 5198750.

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

Color convert

RGB 158 83 79 -
CMYK 0 0.47 0.50 0.38
HSL 3.04º 0.33% 0.46% -
HSV(B) 3.04º 0.5% 0.62% -
XYZ 18.61 14.02 9.12 -
YUV 104.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 158 83 79 0 0.47 0.50 0.38 3.04 0.33 0.46
Hex 9E 53 4F 0 2F 32 26 3 21 2E
Octal 236 123 117 0 57 62 46 3 41 56
Binary 10011110 1010011 1001111 0 101111 110010 100110 11 100001 101110

Color Harmonies of #9E534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E534F

Black with #9E534F

Text Example


Text Example

White with #9E534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,83,79); }

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

background-color css

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

 a { background-color: rgb(158,83,79); }

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

border-color css

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

 span { border-color: rgb(158,83,79); }

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