Html Css Color HEX #9B4E49 Copper Rust

📋 copy color: '#9B4E49'

red 155 ◦ green 78 ◦ blue 73

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

Shades of Copper Rust #9B4E49

Tints of Copper Rust #9B4E49

RGB

 RED value IS 155 (60.94% from 255) = 50.65%

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

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

R = 50.65%
G = 25.49%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B4E49 (or 0x9B4E49) is known color: Copper Rust. HEX triplet: 9B, 4E and 49. RGB value is (155,78,73). Sum of RGB (Red+Green+Blue) = 155+78+73=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4E49 is #64B1B6. Grayscale: #646464. Windows color (decimal): -6599095 or 4804251. OLE color: 4804251.

HSL color Cylindrical-coordinate representation of color #9B4E49: hue angle of 3.66º 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 #9B4E49 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 78 73 -
CMYK 0 0.50 0.53 0.39
HSL 3.66º 0.36% 0.45% -
HSV(B) 3.66º 0.53% 0.61% -
XYZ 17.44 12.9 7.87 -
YUV 100.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 155 78 73 0 0.50 0.53 0.39 3.66 0.36 0.45
Hex 9B 4E 49 0 32 35 27 4 24 2D
Octal 233 116 111 0 62 65 47 4 44 55
Binary 10011011 1001110 1001001 0 110010 110101 100111 100 100100 101101

Color Harmonies of #9B4E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4E49

Black with #9B4E49

Text Example


Text Example

White with #9B4E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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