Html Css Color HEX #91504D Copper Rust

📋 copy color: '#91504D'

red 145 ◦ green 80 ◦ blue 77

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

Shades of Copper Rust #91504D

Tints of Copper Rust #91504D

RGB

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

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

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

R = 48.01%
G = 26.49%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#91504D (or 0x91504D) is known color: Copper Rust. HEX triplet: 91, 50 and 4D. RGB value is (145,80,77). Sum of RGB (Red+Green+Blue) = 145+80+77=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #91504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91504D is #6EAFB2. Grayscale: #636363. Windows color (decimal): -7253939 or 5066897. OLE color: 5066897.

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

Color convert

RGB 145 80 77 -
CMYK 0 0.45 0.47 0.43
HSL 2.65º 0.31% 0.44% -
HSV(B) 2.65º 0.47% 0.57% -
XYZ 15.89 12.29 8.56 -
YUV 99.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 145 80 77 0 0.45 0.47 0.43 2.65 0.31 0.44
Hex 91 50 4D 0 2D 2F 2B 3 1F 2C
Octal 221 120 115 0 55 57 53 3 37 54
Binary 10010001 1010000 1001101 0 101101 101111 101011 11 11111 101100

Color Harmonies of #91504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91504D

Black with #91504D

Text Example


Text Example

White with #91504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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