#935251

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

Shades of Copper Rust #935251

Tints of Copper Rust #935251

Color information

#935251 (or 0x935251) is unknown color: approx Copper Rust. HEX triplet: 93, 52 and 51. RGB value is (147,82,81). Sum of RGB (Red+Green+Blue) = 147+82+81=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #935251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935251 is #6CADAE. Grayscale: #656565. Windows color (decimal): -7122351 or 5329555. OLE color: 5329555.

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

Color convert

RGB1478281-
CMYK00.440.450.42
HSL0.91º28.95%44.71%-
HSV(B)0.91º44.9%57.65%-
XYZ16.5412.839.39-
YUV101.32116.53160.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=47.42%
G=26.45%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147828100.440.450.420.9128.9544.71
Hex93525102C2D2A11d2d
Octal223122121054555213555
Binary10010011101001010100010101100101101101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935251; }

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

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

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

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

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

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

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

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