Html Css Color HEX #90574D Copper Rust

📋 copy color: '#90574D'

red 144 ◦ green 87 ◦ blue 77

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

Shades of Copper Rust #90574D

Tints of Copper Rust #90574D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25%

R = 46.75%
G = 28.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#90574D (or 0x90574D) is known color: Copper Rust. HEX triplet: 90, 57 and 4D. RGB value is (144,87,77). Sum of RGB (Red+Green+Blue) = 144+87+77=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90574D is #6FA8B2. Grayscale: #676767. Windows color (decimal): -7317683 or 5068688. OLE color: 5068688.

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

Color convert

RGB 144 87 77 -
CMYK 0 0.40 0.47 0.44
HSL 8.96º 0.3% 0.43% -
HSV(B) 8.96º 0.47% 0.56% -
XYZ 16.25 13.28 8.73 -
YUV 102.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 144 87 77 0 0.40 0.47 0.44 8.96 0.3 0.43
Hex 90 57 4D 0 28 2F 2C 9 1E 2B
Octal 220 127 115 0 50 57 54 11 36 53
Binary 10010000 1010111 1001101 0 101000 101111 101100 1001 11110 101011

Color Harmonies of #90574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90574D

Black with #90574D

Text Example


Text Example

White with #90574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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