Html Css Color HEX #9B5553 Copper Rust

📋 copy color: '#9B5553'

red 155 ◦ green 85 ◦ blue 83

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

Shades of Copper Rust #9B5553

Tints of Copper Rust #9B5553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

 BLUE value IS 83 (32.81% from 255) = 25.7%

R = 47.99%
G = 26.32%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B5553 (or 0x9B5553) is known color: Copper Rust. HEX triplet: 9B, 55 and 53. RGB value is (155,85,83). Sum of RGB (Red+Green+Blue) = 155+85+83=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5553 is #64AAAC. Grayscale: #696969. Windows color (decimal): -6597293 or 5461403. OLE color: 5461403.

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

Color convert

RGB 155 85 83 -
CMYK 0 0.45 0.46 0.39
HSL 1.67º 0.3% 0.47% -
HSV(B) 1.67º 0.46% 0.61% -
XYZ 18.33 14.09 9.94 -
YUV 105.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 155 85 83 0 0.45 0.46 0.39 1.67 0.3 0.47
Hex 9B 55 53 0 2D 2E 27 2 1E 2F
Octal 233 125 123 0 55 56 47 2 36 57
Binary 10011011 1010101 1010011 0 101101 101110 100111 10 11110 101111

Color Harmonies of #9B5553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5553

Black with #9B5553

Text Example


Text Example

White with #9B5553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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