Html Css Color HEX #914E4E Copper Rust

📋 copy color: '#914E4E'

red 145 ◦ green 78 ◦ blue 78

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

Shades of Copper Rust #914E4E

Tints of Copper Rust #914E4E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 48.17%
G = 25.91%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#914E4E (or 0x914E4E) is known color: Copper Rust. HEX triplet: 91, 4E and 4E. RGB value is (145,78,78). Sum of RGB (Red+Green+Blue) = 145+78+78=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #914E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914E4E is #6EB1B1. Grayscale: #626262. Windows color (decimal): -7254450 or 5131921. OLE color: 5131921.

HSL color Cylindrical-coordinate representation of color #914E4E: hue angle of 0º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #914E4E is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 78 78 -
CMYK 0 0.46 0.46 0.43
HSL 0.3% 0.44% -
HSV(B) 0.46% 0.57% -
XYZ 15.78 12.02 8.7 -
YUV 98.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 145 78 78 0 0.46 0.46 0.43 0 0.3 0.44
Hex 91 4E 4E 0 2E 2E 2B 0 1E 2C
Octal 221 116 116 0 56 56 53 0 36 54
Binary 10010001 1001110 1001110 0 101110 101110 101011 0 11110 101100

Color Harmonies of #914E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914E4E

Black with #914E4E

Text Example


Text Example

White with #914E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,78,78); }

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

background-color css

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

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

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

border-color css

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

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

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