#935451

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

Shades of Copper Rust #935451

Tints of Copper Rust #935451

Color information

#935451 (or 0x935451) is unknown color: approx Copper Rust. HEX triplet: 93, 54 and 51. RGB value is (147,84,81). Sum of RGB (Red+Green+Blue) = 147+84+81=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #935451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935451 is #6CABAE. Grayscale: #666666. Windows color (decimal): -7121839 or 5330067. OLE color: 5330067.

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

Color convert

RGB1478481-
CMYK00.430.450.42
HSL2.73º28.95%44.71%-
HSV(B)2.73º44.9%57.65%-
XYZ16.6913.149.44-
YUV102.49115.87159.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.12%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 81 (32.03% from 255) = 25.96%
R=47.12%
G=26.92%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147848100.430.450.422.7328.9544.71
Hex93545102B2D2A31d2d
Octal223124121053555233555
Binary100100111010100101000101010111011011010101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935451; }

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

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

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

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

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

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

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

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