Html Css Color HEX #91574D Copper Rust

📋 copy color: '#91574D'

red 145 ◦ green 87 ◦ blue 77

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

Shades of Copper Rust #91574D

Tints of Copper Rust #91574D

RGB

 RED value IS 145 (57.03% from 255) = 46.93%

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

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

R = 46.93%
G = 28.16%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#91574D (or 0x91574D) is known color: Copper Rust. HEX triplet: 91, 57 and 4D. RGB value is (145,87,77). Sum of RGB (Red+Green+Blue) = 145+87+77=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91574D is #6EA8B2. Grayscale: #676767. Windows color (decimal): -7252147 or 5068689. OLE color: 5068689.

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

Color convert

RGB 145 87 77 -
CMYK 0 0.4 0.47 0.43
HSL 8.82º 0.31% 0.44% -
HSV(B) 8.82º 0.47% 0.57% -
XYZ 16.42 13.37 8.74 -
YUV 103.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 145 87 77 0 0.4 0.47 0.43 8.82 0.31 0.44
Hex 91 57 4D 0 28 2F 2B 9 1F 2C
Octal 221 127 115 0 50 57 53 11 37 54
Binary 10010001 1010111 1001101 0 101000 101111 101011 1001 11111 101100

Color Harmonies of #91574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91574D

Black with #91574D

Text Example


Text Example

White with #91574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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