#935248

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

Shades of Copper Rust #935248

Tints of Copper Rust #935248

Color information

#935248 (or 0x935248) is unknown color: approx Copper Rust. HEX triplet: 93, 52 and 48. RGB value is (147,82,72). Sum of RGB (Red+Green+Blue) = 147+82+72=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #935248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935248 is #6CADB7. Grayscale: #646464. Windows color (decimal): -7122360 or 4739731. OLE color: 4739731.

HSL color Cylindrical-coordinate representation of color #935248: hue angle of 8º 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 #935248 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1478272-
CMYK00.440.510.42
HSL34.25%42.94%-
HSV(B)51.02%57.65%-
XYZ16.2212.717.73-
YUV100.29112.03161.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.84%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=48.84%
G=27.24%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147827200.440.510.42834.2542.94
Hex93524802C332A8222b
Octal2231221100546352104253
Binary100100111010010100100001011001100111010101000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935248; }

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

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

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

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

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

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

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

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