Html Css Color HEX #945049 Copper Rust

📋 copy color: '#945049'

red 148 ◦ green 80 ◦ blue 73

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

Shades of Copper Rust #945049

Tints of Copper Rust #945049

RGB

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

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

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

R = 49.17%
G = 26.58%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#945049 (or 0x945049) is known color: Copper Rust. HEX triplet: 94, 50 and 49. RGB value is (148,80,73). Sum of RGB (Red+Green+Blue) = 148+80+73=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #945049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945049 is #6BAFB6. Grayscale: #636363. Windows color (decimal): -7057335 or 4804756. OLE color: 4804756.

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

Color convert

RGB 148 80 73 -
CMYK 0 0.46 0.51 0.42
HSL 5.6º 0.34% 0.43% -
HSV(B) 5.6º 0.51% 0.58% -
XYZ 16.28 12.51 7.86 -
YUV 99.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 148 80 73 0 0.46 0.51 0.42 5.6 0.34 0.43
Hex 94 50 49 0 2E 33 2A 6 22 2B
Octal 224 120 111 0 56 63 52 6 42 53
Binary 10010100 1010000 1001001 0 101110 110011 101010 110 100010 101011

Color Harmonies of #945049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945049

Black with #945049

Text Example


Text Example

White with #945049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945049; }

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

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

background-color css

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

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

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

border-color css

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

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

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