#93584B

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

Shades of Copper Rust #93584B

Tints of Copper Rust #93584B

Color information

#93584B (or 0x93584B) is unknown color: approx Copper Rust. HEX triplet: 93, 58 and 4B. RGB value is (147,88,75). Sum of RGB (Red+Green+Blue) = 147+88+75=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93584B is #6CA7B4. Grayscale: #686868. Windows color (decimal): -7120821 or 4937875. OLE color: 4937875.

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

Color convert

RGB1478875-
CMYK00.400.490.42
HSL10.83º32.43%43.53%-
HSV(B)10.83º48.98%57.65%-
XYZ16.7913.698.41-
YUV104.16111.55158.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=47.42%
G=28.39%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147887500.400.490.4210.8332.4343.53
Hex93584B028312Ab202c
Octal2231301130506152134054
Binary100100111011000100101101010001100011010101011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93584B; }

 p { color: rgb(147,88,75); }

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

<style>
 a { background-color: #93584B; }

 a { background-color: rgb(147,88,75); }

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

<style>
 span { border-color: #93584B; }

 span { border-color: rgb(147,88,75); }

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