#925757

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

Shades of Rose Taupe #925757

Tints of Rose Taupe #925757

Color information

#925757 (or 0x925757) is unknown color: approx Rose Taupe. HEX triplet: 92, 57 and 57. RGB value is (146,87,87). Sum of RGB (Red+Green+Blue) = 146+87+87=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #925757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925757 is #6DA8A8. Grayscale: #686868. Windows color (decimal): -7186601 or 5724050. OLE color: 5724050.

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

Color convert

RGB1468787-
CMYK00.400.400.43
HSL25.32%45.69%-
HSV(B)40.41%57.25%-
XYZ16.9813.6210.75-
YUV104.64118.05157.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=45.62%
G=27.19%
B=27.19%

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
Decimal146878700.400.400.43025.3245.69
Hex925757028282B0192e
Octal222127127050505303156
Binary10010010101011110101110101000101000101011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925757; }

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

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

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

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

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

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

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

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