Html Css Color HEX #9B5347 Copper Rust

📋 copy color: '#9B5347'

red 155 ◦ green 83 ◦ blue 71

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

Shades of Copper Rust #9B5347

Tints of Copper Rust #9B5347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 50.16%
G = 26.86%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B5347 (or 0x9B5347) is known color: Copper Rust. HEX triplet: 9B, 53 and 47. RGB value is (155,83,71). Sum of RGB (Red+Green+Blue) = 155+83+71=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5347 is #64ACB8. Grayscale: #676767. Windows color (decimal): -6597817 or 4674459. OLE color: 4674459.

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

Color convert

RGB 155 83 71 -
CMYK 0 0.46 0.54 0.39
HSL 8.57º 0.37% 0.44% -
HSV(B) 8.57º 0.54% 0.61% -
XYZ 17.75 13.61 7.65 -
YUV 103.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 155 83 71 0 0.46 0.54 0.39 8.57 0.37 0.44
Hex 9B 53 47 0 2E 36 27 9 25 2C
Octal 233 123 107 0 56 66 47 11 45 54
Binary 10011011 1010011 1000111 0 101110 110110 100111 1001 100101 101100

Color Harmonies of #9B5347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5347

Black with #9B5347

Text Example


Text Example

White with #9B5347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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