Html Css Color HEX #9B4D47 Copper Rust

📋 copy color: '#9B4D47'

red 155 ◦ green 77 ◦ blue 71

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

Shades of Copper Rust #9B4D47

Tints of Copper Rust #9B4D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.41%

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

R = 51.16%
G = 25.41%
B = 23.43%

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

#9B4D47 (or 0x9B4D47) is known color: Copper Rust. HEX triplet: 9B, 4D and 47. RGB value is (155,77,71). Sum of RGB (Red+Green+Blue) = 155+77+71=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4D47 is #64B2B8. Grayscale: #636363. Windows color (decimal): -6599353 or 4672923. OLE color: 4672923.

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

Color convert

RGB 155 77 71 -
CMYK 0 0.50 0.54 0.39
HSL 4.29º 0.37% 0.44% -
HSV(B) 4.29º 0.54% 0.61% -
XYZ 17.31 12.73 7.51 -
YUV 99.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 155 77 71 0 0.50 0.54 0.39 4.29 0.37 0.44
Hex 9B 4D 47 0 32 36 27 4 25 2C
Octal 233 115 107 0 62 66 47 4 45 54
Binary 10011011 1001101 1000111 0 110010 110110 100111 100 100101 101100

Color Harmonies of #9B4D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4D47

Black with #9B4D47

Text Example


Text Example

White with #9B4D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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