Html Css Color HEX #934D4C Copper Rust

📋 copy color: '#934D4C'

red 147 ◦ green 77 ◦ blue 76

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

Shades of Copper Rust #934D4C

Tints of Copper Rust #934D4C

RGB

 RED value IS 147 (57.81% from 255) = 49%

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

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 49%
G = 25.67%
B = 25.33%

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

#934D4C (or 0x934D4C) is known color: Copper Rust. HEX triplet: 93, 4D and 4C. RGB value is (147,77,76). Sum of RGB (Red+Green+Blue) = 147+77+76=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #934D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934D4C is #6CB2B3. Grayscale: #616161. Windows color (decimal): -7123636 or 5000595. OLE color: 5000595.

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

Color convert

RGB 147 77 76 -
CMYK 0 0.48 0.48 0.42
HSL 0.85º 0.32% 0.44% -
HSV(B) 0.85º 0.48% 0.58% -
XYZ 15.99 12.03 8.32 -
YUV 97.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 147 77 76 0 0.48 0.48 0.42 0.85 0.32 0.44
Hex 93 4D 4C 0 30 30 2A 1 20 2C
Octal 223 115 114 0 60 60 52 1 40 54
Binary 10010011 1001101 1001100 0 110000 110000 101010 1 100000 101100

Color Harmonies of #934D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934D4C

Black with #934D4C

Text Example


Text Example

White with #934D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934D4C; }

 p { color: rgb(147,77,76); }

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

background-color css

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

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

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

border-color css

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

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

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