Html Css Color HEX #994F46 Copper Rust

📋 copy color: '#994F46'

red 153 ◦ green 79 ◦ blue 70

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

Shades of Copper Rust #994F46

Tints of Copper Rust #994F46

RGB

 RED value IS 153 (60.16% from 255) = 50.66%

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

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 50.66%
G = 26.16%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#994F46 (or 0x994F46) is known color: Copper Rust. HEX triplet: 99, 4F and 46. RGB value is (153,79,70). Sum of RGB (Red+Green+Blue) = 153+79+70=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #994F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F46 is #66B0B9. Grayscale: #646464. Windows color (decimal): -6729914 or 4607897. OLE color: 4607897.

HSL color Cylindrical-coordinate representation of color #994F46: hue angle of 6.51º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994F46 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 70 -
CMYK 0 0.48 0.54 0.4
HSL 6.51º 0.37% 0.44% -
HSV(B) 6.51º 0.54% 0.6% -
XYZ 17.04 12.81 7.37 -
YUV 100.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 153 79 70 0 0.48 0.54 0.4 6.51 0.37 0.44
Hex 99 4F 46 0 30 36 28 7 25 2C
Octal 231 117 106 0 60 66 50 7 45 54
Binary 10011001 1001111 1000110 0 110000 110110 101000 111 100101 101100

Color Harmonies of #994F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F46

Black with #994F46

Text Example


Text Example

White with #994F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994F46; }

 p { color: rgb(153,79,70); }

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

background-color css

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

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

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

border-color css

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

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

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