Html Css Color HEX #90574E Copper Rust

📋 copy color: '#90574E'

red 144 ◦ green 87 ◦ blue 78

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

Shades of Copper Rust #90574E

Tints of Copper Rust #90574E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

 BLUE value IS 78 (30.86% from 255) = 25.24%

R = 46.6%
G = 28.16%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#90574E (or 0x90574E) is known color: Copper Rust. HEX triplet: 90, 57 and 4E. RGB value is (144,87,78). Sum of RGB (Red+Green+Blue) = 144+87+78=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90574E is #6FA8B1. Grayscale: #676767. Windows color (decimal): -7317682 or 5134224. OLE color: 5134224.

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

Color convert

RGB 144 87 78 -
CMYK 0 0.40 0.46 0.44
HSL 8.18º 0.3% 0.44% -
HSV(B) 8.18º 0.46% 0.56% -
XYZ 16.28 13.3 8.92 -
YUV 103.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 144 87 78 0 0.40 0.46 0.44 8.18 0.3 0.44
Hex 90 57 4E 0 28 2E 2C 8 1E 2C
Octal 220 127 116 0 50 56 54 10 36 54
Binary 10010000 1010111 1001110 0 101000 101110 101100 1000 11110 101100

Color Harmonies of #90574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90574E

Black with #90574E

Text Example


Text Example

White with #90574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90574E; }

 p { color: rgb(144,87,78); }

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

background-color css

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

 a { background-color: rgb(144,87,78); }

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

border-color css

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

 span { border-color: rgb(144,87,78); }

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