Html Css Color HEX #934F4F Copper Rust

📋 copy color: '#934F4F'

red 147 ◦ green 79 ◦ blue 79

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

Shades of Copper Rust #934F4F

Tints of Copper Rust #934F4F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

 BLUE value IS 79 (31.25% from 255) = 25.9%

R = 48.2%
G = 25.9%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#934F4F (or 0x934F4F) is known color: Copper Rust. HEX triplet: 93, 4F and 4F. RGB value is (147,79,79). Sum of RGB (Red+Green+Blue) = 147+79+79=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #934F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934F4F is #6CB0B0. Grayscale: #636363. Windows color (decimal): -7123121 or 5197715. OLE color: 5197715.

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

Color convert

RGB 147 79 79 -
CMYK 0 0.46 0.46 0.42
HSL 0.3% 0.44% -
HSV(B) 0.46% 0.58% -
XYZ 16.24 12.36 8.93 -
YUV 99.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 147 79 79 0 0.46 0.46 0.42 0 0.3 0.44
Hex 93 4F 4F 0 2E 2E 2A 0 1E 2C
Octal 223 117 117 0 56 56 52 0 36 54
Binary 10010011 1001111 1001111 0 101110 101110 101010 0 11110 101100

Color Harmonies of #934F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934F4F

Black with #934F4F

Text Example


Text Example

White with #934F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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