Html Css Color HEX #9B5955 Copper Rust

📋 copy color: '#9B5955'

red 155 ◦ green 89 ◦ blue 85

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

Shades of Copper Rust #9B5955

Tints of Copper Rust #9B5955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 85 (33.59% from 255) = 25.84%

R = 47.11%
G = 27.05%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B5955 (or 0x9B5955) is known color: Copper Rust. HEX triplet: 9B, 59 and 55. RGB value is (155,89,85). Sum of RGB (Red+Green+Blue) = 155+89+85=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5955 is #64A6AA. Grayscale: #6C6C6C. Windows color (decimal): -6596267 or 5593499. OLE color: 5593499.

HSL color Cylindrical-coordinate representation of color #9B5955: hue angle of 3.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5955 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 89 85 -
CMYK 0 0.43 0.45 0.39
HSL 3.43º 0.29% 0.47% -
HSV(B) 3.43º 0.45% 0.61% -
XYZ 18.73 14.77 10.46 -
YUV 108.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 155 89 85 0 0.43 0.45 0.39 3.43 0.29 0.47
Hex 9B 59 55 0 2B 2D 27 3 1D 2F
Octal 233 131 125 0 53 55 47 3 35 57
Binary 10011011 1011001 1010101 0 101011 101101 100111 11 11101 101111

Color Harmonies of #9B5955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5955

Black with #9B5955

Text Example


Text Example

White with #9B5955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,85); }

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

background-color css

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

 a { background-color: rgb(155,89,85); }

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

border-color css

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

 span { border-color: rgb(155,89,85); }

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