#925B51

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

Shades of Copper Rust #925B51

Tints of Copper Rust #925B51

Color information

#925B51 (or 0x925B51) is unknown color: approx Copper Rust. HEX triplet: 92, 5B and 51. RGB value is (146,91,81). Sum of RGB (Red+Green+Blue) = 146+91+81=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #925B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925B51 is #6DA4AE. Grayscale: #6A6A6A. Windows color (decimal): -7185583 or 5331858. OLE color: 5331858.

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

Color convert

RGB1469181-
CMYK00.380.450.43
HSL9.23º28.63%44.51%-
HSV(B)9.23º44.52%57.25%-
XYZ17.0814.199.62-
YUV106.3113.72156.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.91%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=45.91%
G=28.62%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146918100.380.450.439.2328.6344.51
Hex925B510262D2B91d2d
Octal2221331210465553113555
Binary10010010101101110100010100110101101101011100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925B51; }

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

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

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

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

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

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

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

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