Html Css Color HEX #945649 Copper Rust

📋 copy color: '#945649'

red 148 ◦ green 86 ◦ blue 73

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

Shades of Copper Rust #945649

Tints of Copper Rust #945649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

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

R = 48.21%
G = 28.01%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#945649 (or 0x945649) is known color: Copper Rust. HEX triplet: 94, 56 and 49. RGB value is (148,86,73). Sum of RGB (Red+Green+Blue) = 148+86+73=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #945649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945649 is #6BA9B6. Grayscale: #676767. Windows color (decimal): -7055799 or 4806292. OLE color: 4806292.

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

Color convert

RGB 148 86 73 -
CMYK 0 0.42 0.51 0.42
HSL 10.4º 0.34% 0.43% -
HSV(B) 10.4º 0.51% 0.58% -
XYZ 16.74 13.43 8.01 -
YUV 103.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 148 86 73 0 0.42 0.51 0.42 10.4 0.34 0.43
Hex 94 56 49 0 2A 33 2A A 22 2B
Octal 224 126 111 0 52 63 52 12 42 53
Binary 10010100 1010110 1001001 0 101010 110011 101010 1010 100010 101011

Color Harmonies of #945649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945649

Black with #945649

Text Example


Text Example

White with #945649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945649; }

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

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

background-color css

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

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

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

border-color css

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

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

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