Html Css Color HEX #9B5043 Copper Rust

📋 copy color: '#9B5043'

red 155 ◦ green 80 ◦ blue 67

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

Shades of Copper Rust #9B5043

Tints of Copper Rust #9B5043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.19%

R = 51.32%
G = 26.49%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B5043 (or 0x9B5043) is known color: Copper Rust. HEX triplet: 9B, 50 and 43. RGB value is (155,80,67). Sum of RGB (Red+Green+Blue) = 155+80+67=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5043 is #64AFBC. Grayscale: #656565. Windows color (decimal): -6598589 or 4411547. OLE color: 4411547.

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

Color convert

RGB 155 80 67 -
CMYK 0 0.48 0.57 0.39
HSL 8.86º 0.4% 0.44% -
HSV(B) 8.86º 0.57% 0.61% -
XYZ 17.4 13.11 6.92 -
YUV 100.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 155 80 67 0 0.48 0.57 0.39 8.86 0.4 0.44
Hex 9B 50 43 0 30 39 27 9 28 2C
Octal 233 120 103 0 60 71 47 11 50 54
Binary 10011011 1010000 1000011 0 110000 111001 100111 1001 101000 101100

Color Harmonies of #9B5043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5043

Black with #9B5043

Text Example


Text Example

White with #9B5043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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