Html Css Color HEX #934C4C Copper Rust

📋 copy color: '#934C4C'

red 147 ◦ green 76 ◦ blue 76

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

Shades of Copper Rust #934C4C

Tints of Copper Rust #934C4C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

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

R = 49.16%
G = 25.42%
B = 25.42%

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

#934C4C (or 0x934C4C) is known color: Copper Rust. HEX triplet: 93, 4C and 4C. RGB value is (147,76,76). Sum of RGB (Red+Green+Blue) = 147+76+76=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #934C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934C4C is #6CB3B3. Grayscale: #616161. Windows color (decimal): -7123892 or 5000339. OLE color: 5000339.

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

Color convert

RGB 147 76 76 -
CMYK 0 0.48 0.48 0.42
HSL 0.32% 0.44% -
HSV(B) 0.48% 0.58% -
XYZ 15.92 11.89 8.29 -
YUV 97.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 147 76 76 0 0.48 0.48 0.42 0 0.32 0.44
Hex 93 4C 4C 0 30 30 2A 0 20 2C
Octal 223 114 114 0 60 60 52 0 40 54
Binary 10010011 1001100 1001100 0 110000 110000 101010 0 100000 101100

Color Harmonies of #934C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934C4C

Black with #934C4C

Text Example


Text Example

White with #934C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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