Html Css Color HEX #9E5953 Copper Rust

📋 copy color: '#9E5953'

red 158 ◦ green 89 ◦ blue 83

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

Shades of Copper Rust #9E5953

Tints of Copper Rust #9E5953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.97%

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 47.88%
G = 26.97%
B = 25.15%

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

#9E5953 (or 0x9E5953) is known color: Copper Rust. HEX triplet: 9E, 59 and 53. RGB value is (158,89,83). Sum of RGB (Red+Green+Blue) = 158+89+83=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5953 is #61A6AC. Grayscale: #6D6D6D. Windows color (decimal): -6399661 or 5462430. OLE color: 5462430.

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

Color convert

RGB 158 89 83 -
CMYK 0 0.44 0.47 0.38
HSL 4.8º 0.31% 0.47% -
HSV(B) 4.8º 0.47% 0.62% -
XYZ 19.23 15.04 10.07 -
YUV 108.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 158 89 83 0 0.44 0.47 0.38 4.8 0.31 0.47
Hex 9E 59 53 0 2C 2F 26 5 1F 2F
Octal 236 131 123 0 54 57 46 5 37 57
Binary 10011110 1011001 1010011 0 101100 101111 100110 101 11111 101111

Color Harmonies of #9E5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5953

Black with #9E5953

Text Example


Text Example

White with #9E5953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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