Html Css Color HEX #914D4C Copper Rust

📋 copy color: '#914D4C'

red 145 ◦ green 77 ◦ blue 76

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

Shades of Copper Rust #914D4C

Tints of Copper Rust #914D4C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

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

R = 48.66%
G = 25.84%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#914D4C (or 0x914D4C) is known color: Copper Rust. HEX triplet: 91, 4D and 4C. RGB value is (145,77,76). Sum of RGB (Red+Green+Blue) = 145+77+76=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #914D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D4C is #6EB2B3. Grayscale: #616161. Windows color (decimal): -7254708 or 5000593. OLE color: 5000593.

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

Color convert

RGB 145 77 76 -
CMYK 0 0.47 0.48 0.43
HSL 0.87º 0.31% 0.43% -
HSV(B) 0.87º 0.48% 0.57% -
XYZ 15.64 11.85 8.3 -
YUV 97.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 145 77 76 0 0.47 0.48 0.43 0.87 0.31 0.43
Hex 91 4D 4C 0 2F 30 2B 1 1F 2B
Octal 221 115 114 0 57 60 53 1 37 53
Binary 10010001 1001101 1001100 0 101111 110000 101011 1 11111 101011

Color Harmonies of #914D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914D4C

Black with #914D4C

Text Example


Text Example

White with #914D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914D4C; }

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

 H1.HeaderClassName
 {
   color: #914D4C;
 }
 .AnyTagClassName
 {
   color: #914D4C;
 }
</style>

background-color css

<style>
 a { background-color: #914D4C; }

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

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

border-color css

<style>
 span { border-color: #914D4C; }

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

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