Html Css Color HEX #91504C Copper Rust

📋 copy color: '#91504C'

red 145 ◦ green 80 ◦ blue 76

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

Shades of Copper Rust #91504C

Tints of Copper Rust #91504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

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

R = 48.17%
G = 26.58%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#91504C (or 0x91504C) is known color: Copper Rust. HEX triplet: 91, 50 and 4C. RGB value is (145,80,76). Sum of RGB (Red+Green+Blue) = 145+80+76=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #91504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91504C is #6EAFB3. Grayscale: #636363. Windows color (decimal): -7253940 or 5001361. OLE color: 5001361.

HSL color Cylindrical-coordinate representation of color #91504C: hue angle of 3.48º 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 #91504C is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 80 76 -
CMYK 0 0.45 0.48 0.43
HSL 3.48º 0.31% 0.43% -
HSV(B) 3.48º 0.48% 0.57% -
XYZ 15.85 12.28 8.37 -
YUV 98.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 145 80 76 0 0.45 0.48 0.43 3.48 0.31 0.43
Hex 91 50 4C 0 2D 30 2B 3 1F 2B
Octal 221 120 114 0 55 60 53 3 37 53
Binary 10010001 1010000 1001100 0 101101 110000 101011 11 11111 101011

Color Harmonies of #91504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91504C

Black with #91504C

Text Example


Text Example

White with #91504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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