Html Css Color HEX #944D4D Copper Rust

📋 copy color: '#944D4D'

red 148 ◦ green 77 ◦ blue 77

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

Shades of Copper Rust #944D4D

Tints of Copper Rust #944D4D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 49.01%
G = 25.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#944D4D (or 0x944D4D) is known color: Copper Rust. HEX triplet: 94, 4D and 4D. RGB value is (148,77,77). Sum of RGB (Red+Green+Blue) = 148+77+77=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #944D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944D4D is #6BB2B2. Grayscale: #626262. Windows color (decimal): -7058099 or 5066132. OLE color: 5066132.

HSL color Cylindrical-coordinate representation of color #944D4D: hue angle of 0º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #944D4D is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 77 77 -
CMYK 0 0.48 0.48 0.42
HSL 0.32% 0.44% -
HSV(B) 0.48% 0.58% -
XYZ 16.21 12.14 8.51 -
YUV 98.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 148 77 77 0 0.48 0.48 0.42 0 0.32 0.44
Hex 94 4D 4D 0 30 30 2A 0 20 2C
Octal 224 115 115 0 60 60 52 0 40 54
Binary 10010100 1001101 1001101 0 110000 110000 101010 0 100000 101100

Color Harmonies of #944D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944D4D

Black with #944D4D

Text Example


Text Example

White with #944D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944D4D; }

 p { color: rgb(148,77,77); }

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

background-color css

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

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

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

border-color css

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

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

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