Html Css Color HEX #914F4E Copper Rust

📋 copy color: '#914F4E'

red 145 ◦ green 79 ◦ blue 78

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

Shades of Copper Rust #914F4E

Tints of Copper Rust #914F4E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

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

R = 48.01%
G = 26.16%
B = 25.83%

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

#914F4E (or 0x914F4E) is known color: Copper Rust. HEX triplet: 91, 4F and 4E. RGB value is (145,79,78). Sum of RGB (Red+Green+Blue) = 145+79+78=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #914F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F4E is #6EB0B1. Grayscale: #626262. Windows color (decimal): -7254194 or 5132177. OLE color: 5132177.

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

Color convert

RGB 145 79 78 -
CMYK 0 0.46 0.46 0.43
HSL 0.9º 0.3% 0.44% -
HSV(B) 0.9º 0.46% 0.57% -
XYZ 15.85 12.16 8.72 -
YUV 98.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 145 79 78 0 0.46 0.46 0.43 0.9 0.3 0.44
Hex 91 4F 4E 0 2E 2E 2B 1 1E 2C
Octal 221 117 116 0 56 56 53 1 36 54
Binary 10010001 1001111 1001110 0 101110 101110 101011 1 11110 101100

Color Harmonies of #914F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914F4E

Black with #914F4E

Text Example


Text Example

White with #914F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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