Html Css Color HEX #945149 Copper Rust

📋 copy color: '#945149'

red 148 ◦ green 81 ◦ blue 73

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

Shades of Copper Rust #945149

Tints of Copper Rust #945149

RGB

 RED value IS 148 (58.2% from 255) = 49.01%

 GREEN value IS 81 (32.03% from 255) = 26.82%

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 49.01%
G = 26.82%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#945149 (or 0x945149) is known color: Copper Rust. HEX triplet: 94, 51 and 49. RGB value is (148,81,73). Sum of RGB (Red+Green+Blue) = 148+81+73=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #945149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945149 is #6BAEB6. Grayscale: #646464. Windows color (decimal): -7057079 or 4805012. OLE color: 4805012.

HSL color Cylindrical-coordinate representation of color #945149: hue angle of 6.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #945149 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 81 73 -
CMYK 0 0.45 0.51 0.42
HSL 6.4º 0.34% 0.43% -
HSV(B) 6.4º 0.51% 0.58% -
XYZ 16.36 12.66 7.89 -
YUV 100.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 148 81 73 0 0.45 0.51 0.42 6.4 0.34 0.43
Hex 94 51 49 0 2D 33 2A 6 22 2B
Octal 224 121 111 0 55 63 52 6 42 53
Binary 10010100 1010001 1001001 0 101101 110011 101010 110 100010 101011

Color Harmonies of #945149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945149

Black with #945149

Text Example


Text Example

White with #945149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945149; }

 p { color: rgb(148,81,73); }

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

background-color css

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

 a { background-color: rgb(148,81,73); }

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

border-color css

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

 span { border-color: rgb(148,81,73); }

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