Html Css Color HEX #905551 Copper Rust

📋 copy color: '#905551'

red 144 ◦ green 85 ◦ blue 81

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

Shades of Copper Rust #905551

Tints of Copper Rust #905551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.13%

R = 46.45%
G = 27.42%
B = 26.13%

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

#905551 (or 0x905551) is known color: Copper Rust. HEX triplet: 90, 55 and 51. RGB value is (144,85,81). Sum of RGB (Red+Green+Blue) = 144+85+81=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #905551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905551 is #6FAAAE. Grayscale: #666666. Windows color (decimal): -7318191 or 5330320. OLE color: 5330320.

HSL color Cylindrical-coordinate representation of color #905551: hue angle of 3.81º degrees, saturation: 0.28, 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 #905551 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 85 81 -
CMYK 0 0.41 0.44 0.44
HSL 3.81º 0.28% 0.44% -
HSV(B) 3.81º 0.44% 0.56% -
XYZ 16.24 13.02 9.44 -
YUV 102.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 144 85 81 0 0.41 0.44 0.44 3.81 0.28 0.44
Hex 90 55 51 0 29 2C 2C 4 1C 2C
Octal 220 125 121 0 51 54 54 4 34 54
Binary 10010000 1010101 1010001 0 101001 101100 101100 100 11100 101100

Color Harmonies of #905551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905551

Black with #905551

Text Example


Text Example

White with #905551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905551; }

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

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

background-color css

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

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

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

border-color css

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

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

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