#935A4E

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

Shades of Copper Rust #935A4E

Tints of Copper Rust #935A4E

Color information

#935A4E (or 0x935A4E) is unknown color: approx Copper Rust. HEX triplet: 93, 5A and 4E. RGB value is (147,90,78). Sum of RGB (Red+Green+Blue) = 147+90+78=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #935A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A4E is #6CA5B1. Grayscale: #696969. Windows color (decimal): -7120306 or 5134995. OLE color: 5134995.

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

Color convert

RGB1479078-
CMYK00.390.470.42
HSL10.43º30.67%44.12%-
HSV(B)10.43º46.94%57.65%-
XYZ17.0614.079.02-
YUV105.67112.38157.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=46.67%
G=28.57%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147907800.390.470.4210.4330.6744.12
Hex935A4E0272F2Aa1f2c
Octal2231321160475752123754
Binary10010011101101010011100100111101111101010101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935A4E; }

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

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

<style>
 a { background-color: #935A4E; }

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

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

<style>
 span { border-color: #935A4E; }

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

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