Html Css Color HEX #9B5B4E Copper Rust

📋 copy color: '#9B5B4E'

red 155 ◦ green 91 ◦ blue 78

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

Shades of Copper Rust #9B5B4E

Tints of Copper Rust #9B5B4E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

 BLUE value IS 78 (30.86% from 255) = 24.07%

R = 47.84%
G = 28.09%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B5B4E (or 0x9B5B4E) is known color: Copper Rust. HEX triplet: 9B, 5B and 4E. RGB value is (155,91,78). Sum of RGB (Red+Green+Blue) = 155+91+78=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5B4E is #64A4B1. Grayscale: #6C6C6C. Windows color (decimal): -6595762 or 5135259. OLE color: 5135259.

HSL color Cylindrical-coordinate representation of color #9B5B4E: hue angle of 10.13º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B5B4E is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 91 78 -
CMYK 0 0.41 0.50 0.39
HSL 10.13º 0.33% 0.46% -
HSV(B) 10.13º 0.5% 0.61% -
XYZ 18.63 15 9.12 -
YUV 108.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 155 91 78 0 0.41 0.50 0.39 10.13 0.33 0.46
Hex 9B 5B 4E 0 29 32 27 A 21 2E
Octal 233 133 116 0 51 62 47 12 41 56
Binary 10011011 1011011 1001110 0 101001 110010 100111 1010 100001 101110

Color Harmonies of #9B5B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5B4E

Black with #9B5B4E

Text Example


Text Example

White with #9B5B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,91,78); }

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

background-color css

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

 a { background-color: rgb(155,91,78); }

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

border-color css

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

 span { border-color: rgb(155,91,78); }

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