Html Css Color HEX #9E5453 Copper Rust

📋 copy color: '#9E5453'

red 158 ◦ green 84 ◦ blue 83

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

Shades of Copper Rust #9E5453

Tints of Copper Rust #9E5453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

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

R = 48.62%
G = 25.85%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9E5453 (or 0x9E5453) is known color: Copper Rust. HEX triplet: 9E, 54 and 53. RGB value is (158,84,83). Sum of RGB (Red+Green+Blue) = 158+84+83=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5453 is #61ABAC. Grayscale: #6A6A6A. Windows color (decimal): -6400941 or 5461150. OLE color: 5461150.

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

Color convert

RGB 158 84 83 -
CMYK 0 0.47 0.47 0.38
HSL 0.8º 0.31% 0.47% -
HSV(B) 0.8º 0.47% 0.62% -
XYZ 18.83 14.23 9.94 -
YUV 106.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 158 84 83 0 0.47 0.47 0.38 0.8 0.31 0.47
Hex 9E 54 53 0 2F 2F 26 1 1F 2F
Octal 236 124 123 0 57 57 46 1 37 57
Binary 10011110 1010100 1010011 0 101111 101111 100110 1 11111 101111

Color Harmonies of #9E5453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5453

Black with #9E5453

Text Example


Text Example

White with #9E5453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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