#934F4E

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

Shades of Copper Rust #934F4E

Tints of Copper Rust #934F4E

Color information

#934F4E (or 0x934F4E) is unknown color: approx Copper Rust. HEX triplet: 93, 4F and 4E. RGB value is (147,79,78). Sum of RGB (Red+Green+Blue) = 147+79+78=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #934F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934F4E is #6CB0B1. Grayscale: #636363. Windows color (decimal): -7123122 or 5132179. OLE color: 5132179.

HSL color Cylindrical-coordinate representation of color #934F4E: hue angle of 0.87º 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 #934F4E is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1477978-
CMYK00.460.470.42
HSL0.87º30.67%44.12%-
HSV(B)0.87º46.94%57.65%-
XYZ16.212.358.74-
YUV99.22116.03162.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.36%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=48.36%
G=25.99%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147797800.460.470.420.8730.6744.12
Hex934F4E02E2F2A11f2c
Octal223117116056575213754
Binary10010011100111110011100101110101111101010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934F4E; }

 p { color: rgb(147,79,78); }

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

<style>
 a { background-color: #934F4E; }

 a { background-color: rgb(147,79,78); }

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

<style>
 span { border-color: #934F4E; }

 span { border-color: rgb(147,79,78); }

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