#935448

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

Shades of Copper Rust #935448

Tints of Copper Rust #935448

Color information

#935448 (or 0x935448) is unknown color: approx Copper Rust. HEX triplet: 93, 54 and 48. RGB value is (147,84,72). Sum of RGB (Red+Green+Blue) = 147+84+72=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #935448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935448 is #6CABB7. Grayscale: #656565. Windows color (decimal): -7121848 or 4740243. OLE color: 4740243.

HSL color Cylindrical-coordinate representation of color #935448: hue angle of 9.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #935448 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1478472-
CMYK00.430.510.42
HSL9.6º34.25%42.94%-
HSV(B)9.6º51.02%57.65%-
XYZ16.3713.017.78-
YUV101.47111.37160.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=48.51%
G=27.72%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147847200.430.510.429.634.2542.94
Hex93544802B332Aa222b
Octal2231241100536352124253
Binary100100111010100100100001010111100111010101010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935448; }

 p { color: rgb(147,84,72); }

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

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

 a { background-color: rgb(147,84,72); }

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

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

 span { border-color: rgb(147,84,72); }

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