Html Css Color HEX #91504A Copper Rust

📋 copy color: '#91504A'

red 145 ◦ green 80 ◦ blue 74

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

Shades of Copper Rust #91504A

Tints of Copper Rust #91504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 48.49%
G = 26.76%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#91504A (or 0x91504A) is known color: Copper Rust. HEX triplet: 91, 50 and 4A. RGB value is (145,80,74). Sum of RGB (Red+Green+Blue) = 145+80+74=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #91504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91504A is #6EAFB5. Grayscale: #626262. Windows color (decimal): -7253942 or 4870289. OLE color: 4870289.

HSL color Cylindrical-coordinate representation of color #91504A: hue angle of 5.07º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #91504A is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 80 74 -
CMYK 0 0.45 0.49 0.43
HSL 5.07º 0.32% 0.43% -
HSV(B) 5.07º 0.49% 0.57% -
XYZ 15.78 12.25 8.01 -
YUV 98.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 145 80 74 0 0.45 0.49 0.43 5.07 0.32 0.43
Hex 91 50 4A 0 2D 31 2B 5 20 2B
Octal 221 120 112 0 55 61 53 5 40 53
Binary 10010001 1010000 1001010 0 101101 110001 101011 101 100000 101011

Color Harmonies of #91504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91504A

Black with #91504A

Text Example


Text Example

White with #91504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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