#994B48

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

Shades of Copper Rust #994B48

Tints of Copper Rust #994B48

Color information

#994B48 (or 0x994B48) is unknown color: approx Copper Rust. HEX triplet: 99, 4B and 48. RGB value is (153,75,72). Sum of RGB (Red+Green+Blue) = 153+75+72=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #994B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B48 is #66B4B7. Grayscale: #626262. Windows color (decimal): -6730936 or 4737945. OLE color: 4737945.

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

Color convert

RGB1537572-
CMYK00.510.530.4
HSL2.22º36%44.12%-
HSV(B)2.22º52.94%60%-
XYZ16.8212.277.61-
YUV97.98113.34167.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 24%
R=51%
G=25%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153757200.510.530.42.223644.12
Hex994B4803335282242c
Octal231113110063655024454
Binary1001100110010111001000011001111010110100010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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