Html Css Color HEX #994D46 Copper Rust

📋 copy color: '#994D46'

red 153 ◦ green 77 ◦ blue 70

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

Shades of Copper Rust #994D46

Tints of Copper Rust #994D46

RGB

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

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

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

R = 51%
G = 25.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#994D46 (or 0x994D46) is known color: Copper Rust. HEX triplet: 99, 4D and 46. RGB value is (153,77,70). Sum of RGB (Red+Green+Blue) = 153+77+70=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #994D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D46 is #66B2B9. Grayscale: #636363. Windows color (decimal): -6730426 or 4607385. OLE color: 4607385.

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

Color convert

RGB 153 77 70 -
CMYK 0 0.50 0.54 0.4
HSL 5.06º 0.37% 0.44% -
HSV(B) 5.06º 0.54% 0.6% -
XYZ 16.9 12.52 7.32 -
YUV 98.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 153 77 70 0 0.50 0.54 0.4 5.06 0.37 0.44
Hex 99 4D 46 0 32 36 28 5 25 2C
Octal 231 115 106 0 62 66 50 5 45 54
Binary 10011001 1001101 1000110 0 110010 110110 101000 101 100101 101100

Color Harmonies of #994D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D46

Black with #994D46

Text Example


Text Example

White with #994D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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