Html Css Color HEX #9E524C Copper Rust

📋 copy color: '#9E524C'

red 158 ◦ green 82 ◦ blue 76

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

Shades of Copper Rust #9E524C

Tints of Copper Rust #9E524C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 50%
G = 25.95%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9E524C (or 0x9E524C) is known color: Copper Rust. HEX triplet: 9E, 52 and 4C. RGB value is (158,82,76). Sum of RGB (Red+Green+Blue) = 158+82+76=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E524C is #61ADB3. Grayscale: #686868. Windows color (decimal): -6401460 or 5001886. OLE color: 5001886.

HSL color Cylindrical-coordinate representation of color #9E524C: hue angle of 4.39º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E524C is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 82 76 -
CMYK 0 0.48 0.52 0.38
HSL 4.39º 0.35% 0.46% -
HSV(B) 4.39º 0.52% 0.62% -
XYZ 18.42 13.83 8.54 -
YUV 104.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 158 82 76 0 0.48 0.52 0.38 4.39 0.35 0.46
Hex 9E 52 4C 0 30 34 26 4 23 2E
Octal 236 122 114 0 60 64 46 4 43 56
Binary 10011110 1010010 1001100 0 110000 110100 100110 100 100011 101110

Color Harmonies of #9E524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E524C

Black with #9E524C

Text Example


Text Example

White with #9E524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,82,76); }

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

background-color css

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

 a { background-color: rgb(158,82,76); }

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

border-color css

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

 span { border-color: rgb(158,82,76); }

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