Html Css Color HEX #9B5954 Copper Rust

📋 copy color: '#9B5954'

red 155 ◦ green 89 ◦ blue 84

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

Shades of Copper Rust #9B5954

Tints of Copper Rust #9B5954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.61%

R = 47.26%
G = 27.13%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B5954 (or 0x9B5954) is known color: Copper Rust. HEX triplet: 9B, 59 and 54. RGB value is (155,89,84). Sum of RGB (Red+Green+Blue) = 155+89+84=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5954 is #64A6AB. Grayscale: #6C6C6C. Windows color (decimal): -6596268 or 5527963. OLE color: 5527963.

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

Color convert

RGB 155 89 84 -
CMYK 0 0.43 0.46 0.39
HSL 4.23º 0.3% 0.47% -
HSV(B) 4.23º 0.46% 0.61% -
XYZ 18.69 14.75 10.25 -
YUV 108.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 155 89 84 0 0.43 0.46 0.39 4.23 0.3 0.47
Hex 9B 59 54 0 2B 2E 27 4 1E 2F
Octal 233 131 124 0 53 56 47 4 36 57
Binary 10011011 1011001 1010100 0 101011 101110 100111 100 11110 101111

Color Harmonies of #9B5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5954

Black with #9B5954

Text Example


Text Example

White with #9B5954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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