Html Css Color HEX #9B5144 Copper Rust

📋 copy color: '#9B5144'

red 155 ◦ green 81 ◦ blue 68

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

Shades of Copper Rust #9B5144

Tints of Copper Rust #9B5144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.64%

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 50.99%
G = 26.64%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9B5144 (or 0x9B5144) is known color: Copper Rust. HEX triplet: 9B, 51 and 44. RGB value is (155,81,68). Sum of RGB (Red+Green+Blue) = 155+81+68=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5144 is #64AEBB. Grayscale: #656565. Windows color (decimal): -6598332 or 4477339. OLE color: 4477339.

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

Color convert

RGB 155 81 68 -
CMYK 0 0.48 0.56 0.39
HSL 8.97º 0.39% 0.44% -
HSV(B) 8.97º 0.56% 0.61% -
XYZ 17.5 13.27 7.11 -
YUV 101.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 155 81 68 0 0.48 0.56 0.39 8.97 0.39 0.44
Hex 9B 51 44 0 30 38 27 9 27 2C
Octal 233 121 104 0 60 70 47 11 47 54
Binary 10011011 1010001 1000100 0 110000 111000 100111 1001 100111 101100

Color Harmonies of #9B5144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5144

Black with #9B5144

Text Example


Text Example

White with #9B5144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,68); }

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

background-color css

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

 a { background-color: rgb(155,81,68); }

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

border-color css

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

 span { border-color: rgb(155,81,68); }

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