#925851

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

Shades of Copper Rust #925851

Tints of Copper Rust #925851

Color information

#925851 (or 0x925851) is unknown color: approx Copper Rust. HEX triplet: 92, 58 and 51. RGB value is (146,88,81). Sum of RGB (Red+Green+Blue) = 146+88+81=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #925851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925851 is #6DA7AE. Grayscale: #686868. Windows color (decimal): -7186351 or 5331090. OLE color: 5331090.

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

Color convert

RGB1468881-
CMYK00.400.450.43
HSL6.46º28.63%44.51%-
HSV(B)6.46º44.52%57.25%-
XYZ16.8313.689.54-
YUV104.54114.72157.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.35%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=46.35%
G=27.94%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146888100.400.450.436.4628.6344.51
Hex9258510282D2B61d2d
Octal222130121050555363555
Binary1001001010110001010001010100010110110101111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925851; }

 p { color: rgb(146,88,81); }

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

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

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

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

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

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

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