Html Css Color HEX #9B5A55 Copper Rust

📋 copy color: '#9B5A55'

red 155 ◦ green 90 ◦ blue 85

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

Shades of Copper Rust #9B5A55

Tints of Copper Rust #9B5A55

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 46.97%
G = 27.27%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B5A55 (or 0x9B5A55) is known color: Copper Rust. HEX triplet: 9B, 5A and 55. RGB value is (155,90,85). Sum of RGB (Red+Green+Blue) = 155+90+85=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A55 is #64A5AA. Grayscale: #6C6C6C. Windows color (decimal): -6596011 or 5593755. OLE color: 5593755.

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

Color convert

RGB 155 90 85 -
CMYK 0 0.42 0.45 0.39
HSL 4.29º 0.29% 0.47% -
HSV(B) 4.29º 0.45% 0.61% -
XYZ 18.81 14.94 10.49 -
YUV 108.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 155 90 85 0 0.42 0.45 0.39 4.29 0.29 0.47
Hex 9B 5A 55 0 2A 2D 27 4 1D 2F
Octal 233 132 125 0 52 55 47 4 35 57
Binary 10011011 1011010 1010101 0 101010 101101 100111 100 11101 101111

Color Harmonies of #9B5A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A55

Black with #9B5A55

Text Example


Text Example

White with #9B5A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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