Html Css Color HEX #9B5249 Copper Rust

📋 copy color: '#9B5249'

red 155 ◦ green 82 ◦ blue 73

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

Shades of Copper Rust #9B5249

Tints of Copper Rust #9B5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

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

R = 50%
G = 26.45%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B5249 (or 0x9B5249) is known color: Copper Rust. HEX triplet: 9B, 52 and 49. RGB value is (155,82,73). Sum of RGB (Red+Green+Blue) = 155+82+73=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5249 is #64ADB6. Grayscale: #666666. Windows color (decimal): -6598071 or 4805275. OLE color: 4805275.

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

Color convert

RGB 155 82 73 -
CMYK 0 0.47 0.53 0.39
HSL 6.59º 0.36% 0.45% -
HSV(B) 6.59º 0.53% 0.61% -
XYZ 17.74 13.48 7.97 -
YUV 102.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 155 82 73 0 0.47 0.53 0.39 6.59 0.36 0.45
Hex 9B 52 49 0 2F 35 27 7 24 2D
Octal 233 122 111 0 57 65 47 7 44 55
Binary 10011011 1010010 1001001 0 101111 110101 100111 111 100100 101101

Color Harmonies of #9B5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5249

Black with #9B5249

Text Example


Text Example

White with #9B5249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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