Html Css Color HEX #945950 Copper Rust

📋 copy color: '#945950'

red 148 ◦ green 89 ◦ blue 80

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

Shades of Copper Rust #945950

Tints of Copper Rust #945950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 46.69%
G = 28.08%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#945950 (or 0x945950) is known color: Copper Rust. HEX triplet: 94, 59 and 50. RGB value is (148,89,80). Sum of RGB (Red+Green+Blue) = 148+89+80=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #945950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945950 is #6BA6AF. Grayscale: #696969. Windows color (decimal): -7055024 or 5265812. OLE color: 5265812.

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

Color convert

RGB 148 89 80 -
CMYK 0 0.40 0.46 0.42
HSL 7.94º 0.3% 0.45% -
HSV(B) 7.94º 0.46% 0.58% -
XYZ 17.23 14.02 9.39 -
YUV 105.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 148 89 80 0 0.40 0.46 0.42 7.94 0.3 0.45
Hex 94 59 50 0 28 2E 2A 8 1E 2D
Octal 224 131 120 0 50 56 52 10 36 55
Binary 10010100 1011001 1010000 0 101000 101110 101010 1000 11110 101101

Color Harmonies of #945950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945950

Black with #945950

Text Example


Text Example

White with #945950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945950; }

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

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

background-color css

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

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

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

border-color css

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

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

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