Html Css Color HEX #9E5752 Copper Rust

📋 copy color: '#9E5752'

red 158 ◦ green 87 ◦ blue 82

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

Shades of Copper Rust #9E5752

Tints of Copper Rust #9E5752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.61%

 BLUE value IS 82 (32.42% from 255) = 25.08%

R = 48.32%
G = 26.61%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9E5752 (or 0x9E5752) is known color: Copper Rust. HEX triplet: 9E, 57 and 52. RGB value is (158,87,82). Sum of RGB (Red+Green+Blue) = 158+87+82=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5752 is #61A8AD. Grayscale: #6B6B6B. Windows color (decimal): -6400174 or 5396382. OLE color: 5396382.

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

Color convert

RGB 158 87 82 -
CMYK 0 0.45 0.48 0.38
HSL 3.95º 0.32% 0.47% -
HSV(B) 3.95º 0.48% 0.62% -
XYZ 19.03 14.69 9.82 -
YUV 107.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 158 87 82 0 0.45 0.48 0.38 3.95 0.32 0.47
Hex 9E 57 52 0 2D 30 26 4 20 2F
Octal 236 127 122 0 55 60 46 4 40 57
Binary 10011110 1010111 1010010 0 101101 110000 100110 100 100000 101111

Color Harmonies of #9E5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5752

Black with #9E5752

Text Example


Text Example

White with #9E5752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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