#944F4D

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

Shades of Copper Rust #944F4D

Tints of Copper Rust #944F4D

Color information

#944F4D (or 0x944F4D) is unknown color: approx Copper Rust. HEX triplet: 94, 4F and 4D. RGB value is (148,79,77). Sum of RGB (Red+Green+Blue) = 148+79+77=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #944F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F4D is #6BB0B2. Grayscale: #636363. Windows color (decimal): -7057587 or 5066644. OLE color: 5066644.

HSL color Cylindrical-coordinate representation of color #944F4D: hue angle of 1.69º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #944F4D is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1487977-
CMYK00.470.480.42
HSL1.69º31.56%44.12%-
HSV(B)1.69º47.97%58.04%-
XYZ16.3512.428.56-
YUV99.4115.36162.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=48.68%
G=25.99%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148797700.470.480.421.6931.5644.12
Hex944F4D02F302A2202c
Octal224117115057605224054
Binary1001010010011111001101010111111000010101010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944F4D; }

 p { color: rgb(148,79,77); }

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

<style>
 a { background-color: #944F4D; }

 a { background-color: rgb(148,79,77); }

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

<style>
 span { border-color: #944F4D; }

 span { border-color: rgb(148,79,77); }

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