#994E4B

Color #994E4B Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #994E4B

Tints of Copper Rust #994E4B

Color information

#994E4B (or 0x994E4B) is unknown color: approx Copper Rust. HEX triplet: 99, 4E and 4B. RGB value is (153,78,75). Sum of RGB (Red+Green+Blue) = 153+78+75=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #994E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E4B is #66B1B4. Grayscale: #646464. Windows color (decimal): -6730165 or 4935321. OLE color: 4935321.

HSL color Cylindrical-coordinate representation of color #994E4B: hue angle of 2.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994E4B is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB1537875-
CMYK00.490.510.4
HSL2.31º34.21%44.71%-
HSV(B)2.31º50.98%60%-
XYZ17.1312.738.21-
YUV100.08113.85165.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=50%
G=25.49%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153787500.490.510.42.3134.2144.71
Hex994E4B03133282222d
Octal231116113061635024255
Binary1001100110011101001011011000111001110100010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #994E4B;
 }
 .AnyTagClassName
 {
   color: #994E4B;
 }
</style>
background-color css

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

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

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

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

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

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