Html Css Color HEX #91594C Copper Rust

📋 copy color: '#91594C'

red 145 ◦ green 89 ◦ blue 76

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

Shades of Copper Rust #91594C

Tints of Copper Rust #91594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 46.77%
G = 28.71%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#91594C (or 0x91594C) is known color: Copper Rust. HEX triplet: 91, 59 and 4C. RGB value is (145,89,76). Sum of RGB (Red+Green+Blue) = 145+89+76=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #91594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91594C is #6EA6B3. Grayscale: #686868. Windows color (decimal): -7251636 or 5003665. OLE color: 5003665.

HSL color Cylindrical-coordinate representation of color #91594C: hue angle of 11.3º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91594C is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 89 76 -
CMYK 0 0.39 0.48 0.43
HSL 11.3º 0.31% 0.43% -
HSV(B) 11.3º 0.48% 0.57% -
XYZ 16.55 13.69 8.61 -
YUV 104.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 145 89 76 0 0.39 0.48 0.43 11.3 0.31 0.43
Hex 91 59 4C 0 27 30 2B B 1F 2B
Octal 221 131 114 0 47 60 53 13 37 53
Binary 10010001 1011001 1001100 0 100111 110000 101011 1011 11111 101011

Color Harmonies of #91594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91594C

Black with #91594C

Text Example


Text Example

White with #91594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91594C; }

 p { color: rgb(145,89,76); }

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

background-color css

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

 a { background-color: rgb(145,89,76); }

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

border-color css

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

 span { border-color: rgb(145,89,76); }

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