#925E58

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

Shades of Rose Taupe #925E58

Tints of Rose Taupe #925E58

Color information

#925E58 (or 0x925E58) is unknown color: approx Rose Taupe. HEX triplet: 92, 5E and 58. RGB value is (146,94,88). Sum of RGB (Red+Green+Blue) = 146+94+88=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #925E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E58 is #6DA1A7. Grayscale: #6C6C6C. Windows color (decimal): -7184808 or 5791378. OLE color: 5791378.

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

Color convert

RGB1469488-
CMYK00.360.400.43
HSL6.21º24.79%45.88%-
HSV(B)6.21º39.73%57.25%-
XYZ17.6214.8211.16-
YUV108.86116.23154.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 88 (34.77% from 255) = 26.83%
R=44.51%
G=28.66%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146948800.360.400.436.2124.7945.88
Hex925E58024282B6192e
Octal222136130044505363156
Binary1001001010111101011000010010010100010101111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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