#925351

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

Shades of Copper Rust #925351

Tints of Copper Rust #925351

Color information

#925351 (or 0x925351) is unknown color: approx Copper Rust. HEX triplet: 92, 53 and 51. RGB value is (146,83,81). Sum of RGB (Red+Green+Blue) = 146+83+81=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #925351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925351 is #6DACAE. Grayscale: #656565. Windows color (decimal): -7187631 or 5329810. OLE color: 5329810.

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

Color convert

RGB1468381-
CMYK00.430.450.43
HSL1.85º28.63%44.51%-
HSV(B)1.85º44.52%57.25%-
XYZ16.4312.899.41-
YUV101.61116.37159.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=47.10%
G=26.77%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146838100.430.450.431.8528.6344.51
Hex92535102B2D2B21d2d
Octal222123121053555323555
Binary100100101010011101000101010111011011010111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925351; }

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

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

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

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

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

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

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

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