Html Css Color HEX #9B4E47 Copper Rust

📋 copy color: '#9B4E47'

red 155 ◦ green 78 ◦ blue 71

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

Shades of Copper Rust #9B4E47

Tints of Copper Rust #9B4E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 50.99%
G = 25.66%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B4E47 (or 0x9B4E47) is known color: Copper Rust. HEX triplet: 9B, 4E and 47. RGB value is (155,78,71). Sum of RGB (Red+Green+Blue) = 155+78+71=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4E47 is #64B1B8. Grayscale: #646464. Windows color (decimal): -6599097 or 4673179. OLE color: 4673179.

HSL color Cylindrical-coordinate representation of color #9B4E47: hue angle of 5º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B4E47 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 78 71 -
CMYK 0 0.50 0.54 0.39
HSL 0.37% 0.44% -
HSV(B) 0.54% 0.61% -
XYZ 17.38 12.87 7.53 -
YUV 100.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 155 78 71 0 0.50 0.54 0.39 5 0.37 0.44
Hex 9B 4E 47 0 32 36 27 5 25 2C
Octal 233 116 107 0 62 66 47 5 45 54
Binary 10011011 1001110 1000111 0 110010 110110 100111 101 100101 101100

Color Harmonies of #9B4E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4E47

Black with #9B4E47

Text Example


Text Example

White with #9B4E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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