#935151

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

Shades of Copper Rust #935151

Tints of Copper Rust #935151

Color information

#935151 (or 0x935151) is unknown color: approx Copper Rust. HEX triplet: 93, 51 and 51. RGB value is (147,81,81). Sum of RGB (Red+Green+Blue) = 147+81+81=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #935151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935151 is #6CAEAE. Grayscale: #646464. Windows color (decimal): -7122607 or 5329299. OLE color: 5329299.

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

Color convert

RGB1478181-
CMYK00.450.450.42
HSL28.95%44.71%-
HSV(B)44.9%57.65%-
XYZ16.4612.689.36-
YUV100.73116.87161-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=47.57%
G=26.21%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147818100.450.450.42028.9544.71
Hex93515102D2D2A01d2d
Octal223121121055555203555
Binary10010011101000110100010101101101101101010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935151; }

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

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

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

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

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

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

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

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