#94564E

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

Shades of Copper Rust #94564E

Tints of Copper Rust #94564E

Color information

#94564E (or 0x94564E) is unknown color: approx Copper Rust. HEX triplet: 94, 56 and 4E. RGB value is (148,86,78). Sum of RGB (Red+Green+Blue) = 148+86+78=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94564E is #6BA9B1. Grayscale: #676767. Windows color (decimal): -7055794 or 5133972. OLE color: 5133972.

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

Color convert

RGB1488678-
CMYK00.420.470.42
HSL6.86º30.97%44.31%-
HSV(B)6.86º47.3%58.04%-
XYZ16.9213.58.92-
YUV103.63113.54159.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 78 (30.86% from 255) = 25%
R=47.44%
G=27.56%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148867800.420.470.426.8630.9744.31
Hex94564E02A2F2A71f2c
Octal224126116052575273754
Binary1001010010101101001110010101010111110101011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94564E; }

 p { color: rgb(148,86,78); }

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

<style>
 a { background-color: #94564E; }

 a { background-color: rgb(148,86,78); }

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

<style>
 span { border-color: #94564E; }

 span { border-color: rgb(148,86,78); }

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