Html Css Color HEX #905550 Copper Rust

📋 copy color: '#905550'

red 144 ◦ green 85 ◦ blue 80

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

Shades of Copper Rust #905550

Tints of Copper Rust #905550

RGB

 RED value IS 144 (56.64% from 255) = 46.6%

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

 BLUE value IS 80 (31.64% from 255) = 25.89%

R = 46.6%
G = 27.51%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#905550 (or 0x905550) is known color: Copper Rust. HEX triplet: 90, 55 and 50. RGB value is (144,85,80). Sum of RGB (Red+Green+Blue) = 144+85+80=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #905550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905550 is #6FAAAF. Grayscale: #666666. Windows color (decimal): -7318192 or 5264784. OLE color: 5264784.

HSL color Cylindrical-coordinate representation of color #905550: hue angle of 4.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905550 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 85 80 -
CMYK 0 0.41 0.44 0.44
HSL 4.69º 0.29% 0.44% -
HSV(B) 4.69º 0.44% 0.56% -
XYZ 16.2 13.01 9.25 -
YUV 102.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 144 85 80 0 0.41 0.44 0.44 4.69 0.29 0.44
Hex 90 55 50 0 29 2C 2C 5 1D 2C
Octal 220 125 120 0 51 54 54 5 35 54
Binary 10010000 1010101 1010000 0 101001 101100 101100 101 11101 101100

Color Harmonies of #905550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905550

Black with #905550

Text Example


Text Example

White with #905550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905550; }

 p { color: rgb(144,85,80); }

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

background-color css

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

 a { background-color: rgb(144,85,80); }

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

border-color css

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

 span { border-color: rgb(144,85,80); }

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