#925857

Color #925857 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #925857

Tints of Rose Taupe #925857

Color information

#925857 (or 0x925857) is unknown color: approx Rose Taupe. HEX triplet: 92, 58 and 57. RGB value is (146,88,87). Sum of RGB (Red+Green+Blue) = 146+88+87=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #925857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925857 is #6DA7A8. Grayscale: #696969. Windows color (decimal): -7186345 or 5724306. OLE color: 5724306.

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

Color convert

RGB1468887-
CMYK00.400.400.43
HSL1.02º25.32%45.69%-
HSV(B)1.02º40.41%57.25%-
XYZ17.0613.7810.78-
YUV105.23117.72157.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 87 (34.38% from 255) = 27.10%
R=45.48%
G=27.41%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146888700.400.400.431.0225.3245.69
Hex925857028282B1192e
Octal222130127050505313156
Binary10010010101100010101110101000101000101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925857; }

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

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

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

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

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

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

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

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