Html Css Color HEX #9C4E49 Copper Rust

📋 copy color: '#9C4E49'

red 156 ◦ green 78 ◦ blue 73

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

Shades of Copper Rust #9C4E49

Tints of Copper Rust #9C4E49

RGB

 RED value IS 156 (61.33% from 255) = 50.81%

 GREEN value IS 78 (30.86% from 255) = 25.41%

 BLUE value IS 73 (28.91% from 255) = 23.78%

R = 50.81%
G = 25.41%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C4E49 (or 0x9C4E49) is known color: Copper Rust. HEX triplet: 9C, 4E and 49. RGB value is (156,78,73). Sum of RGB (Red+Green+Blue) = 156+78+73=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C4E49 is #63B1B6. Grayscale: #646464. Windows color (decimal): -6533559 or 4804252. OLE color: 4804252.

HSL color Cylindrical-coordinate representation of color #9C4E49: hue angle of 3.61º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C4E49 is Cyan = 0, Magento = 0.5, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 78 73 -
CMYK 0 0.5 0.53 0.39
HSL 3.61º 0.36% 0.45% -
HSV(B) 3.61º 0.53% 0.61% -
XYZ 17.64 13 7.88 -
YUV 100.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 156 78 73 0 0.5 0.53 0.39 3.61 0.36 0.45
Hex 9C 4E 49 0 32 35 27 4 24 2D
Octal 234 116 111 0 62 65 47 4 44 55
Binary 10011100 1001110 1001001 0 110010 110101 100111 100 100100 101101

Color Harmonies of #9C4E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4E49

Black with #9C4E49

Text Example


Text Example

White with #9C4E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,78,73); }

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

background-color css

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

 a { background-color: rgb(156,78,73); }

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

border-color css

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

 span { border-color: rgb(156,78,73); }

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