Html Css Color HEX #9B5449 Copper Rust

📋 copy color: '#9B5449'

red 155 ◦ green 84 ◦ blue 73

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

Shades of Copper Rust #9B5449

Tints of Copper Rust #9B5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

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

R = 49.68%
G = 26.92%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B5449 (or 0x9B5449) is known color: Copper Rust. HEX triplet: 9B, 54 and 49. RGB value is (155,84,73). Sum of RGB (Red+Green+Blue) = 155+84+73=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5449 is #64ABB6. Grayscale: #686868. Windows color (decimal): -6597559 or 4805787. OLE color: 4805787.

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

Color convert

RGB 155 84 73 -
CMYK 0 0.46 0.53 0.39
HSL 8.05º 0.36% 0.45% -
HSV(B) 8.05º 0.53% 0.61% -
XYZ 17.89 13.79 8.02 -
YUV 103.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 155 84 73 0 0.46 0.53 0.39 8.05 0.36 0.45
Hex 9B 54 49 0 2E 35 27 8 24 2D
Octal 233 124 111 0 56 65 47 10 44 55
Binary 10011011 1010100 1001001 0 101110 110101 100111 1000 100100 101101

Color Harmonies of #9B5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5449

Black with #9B5449

Text Example


Text Example

White with #9B5449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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