Html Css Color HEX #9B5044 Copper Rust

📋 copy color: '#9B5044'

red 155 ◦ green 80 ◦ blue 68

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

Shades of Copper Rust #9B5044

Tints of Copper Rust #9B5044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.4%

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

R = 51.16%
G = 26.4%
B = 22.44%

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

#9B5044 (or 0x9B5044) is known color: Copper Rust. HEX triplet: 9B, 50 and 44. RGB value is (155,80,68). Sum of RGB (Red+Green+Blue) = 155+80+68=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5044 is #64AFBB. Grayscale: #656565. Windows color (decimal): -6598588 or 4477083. OLE color: 4477083.

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

Color convert

RGB 155 80 68 -
CMYK 0 0.48 0.56 0.39
HSL 8.28º 0.39% 0.44% -
HSV(B) 8.28º 0.56% 0.61% -
XYZ 17.43 13.12 7.08 -
YUV 101.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 155 80 68 0 0.48 0.56 0.39 8.28 0.39 0.44
Hex 9B 50 44 0 30 38 27 8 27 2C
Octal 233 120 104 0 60 70 47 10 47 54
Binary 10011011 1010000 1000100 0 110000 111000 100111 1000 100111 101100

Color Harmonies of #9B5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5044

Black with #9B5044

Text Example


Text Example

White with #9B5044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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