#925E55

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

Shades of Rose Taupe #925E55

Tints of Rose Taupe #925E55

Color information

#925E55 (or 0x925E55) is unknown color: approx Rose Taupe. HEX triplet: 92, 5E and 55. RGB value is (146,94,85). Sum of RGB (Red+Green+Blue) = 146+94+85=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #925E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E55 is #6DA1AA. Grayscale: #6C6C6C. Windows color (decimal): -7184811 or 5594770. OLE color: 5594770.

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

Color convert

RGB1469485-
CMYK00.360.420.43
HSL8.85º26.41%45.29%-
HSV(B)8.85º41.78%57.25%-
XYZ17.514.7710.52-
YUV108.52114.73154.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 85 (33.59% from 255) = 26.15%
R=44.92%
G=28.92%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146948500.360.420.438.8526.4145.29
Hex925E550242A2B91a2d
Octal2221361250445253113255
Binary10010010101111010101010100100101010101011100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,94,85); }

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

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

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

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

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

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

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