Html Css Color HEX #994E46 Copper Rust

📋 copy color: '#994E46'

red 153 ◦ green 78 ◦ blue 70

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

Shades of Copper Rust #994E46

Tints of Copper Rust #994E46

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

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

R = 50.83%
G = 25.91%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#994E46 (or 0x994E46) is known color: Copper Rust. HEX triplet: 99, 4E and 46. RGB value is (153,78,70). Sum of RGB (Red+Green+Blue) = 153+78+70=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #994E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E46 is #66B1B9. Grayscale: #636363. Windows color (decimal): -6730170 or 4607641. OLE color: 4607641.

HSL color Cylindrical-coordinate representation of color #994E46: hue angle of 5.78º 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 #994E46 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 78 70 -
CMYK 0 0.49 0.54 0.4
HSL 5.78º 0.37% 0.44% -
HSV(B) 5.78º 0.54% 0.6% -
XYZ 16.97 12.66 7.34 -
YUV 99.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 153 78 70 0 0.49 0.54 0.4 5.78 0.37 0.44
Hex 99 4E 46 0 31 36 28 6 25 2C
Octal 231 116 106 0 61 66 50 6 45 54
Binary 10011001 1001110 1000110 0 110001 110110 101000 110 100101 101100

Color Harmonies of #994E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E46

Black with #994E46

Text Example


Text Example

White with #994E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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