#905A57

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

Shades of Rose Taupe #905A57

Tints of Rose Taupe #905A57

Color information

#905A57 (or 0x905A57) is unknown color: approx Rose Taupe. HEX triplet: 90, 5A and 57. RGB value is (144,90,87). Sum of RGB (Red+Green+Blue) = 144+90+87=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #905A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A57 is #6FA5A8. Grayscale: #696969. Windows color (decimal): -7316905 or 5724816. OLE color: 5724816.

HSL color Cylindrical-coordinate representation of color #905A57: hue angle of 3.16º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905A57 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB1449087-
CMYK00.370.400.44
HSL3.16º24.68%45.29%-
HSV(B)3.16º39.58%56.47%-
XYZ16.8813.9310.82-
YUV105.8117.39155.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 87 (34.38% from 255) = 27.10%
R=44.86%
G=28.04%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144908700.370.400.443.1624.6845.29
Hex905A57025282C3192d
Octal220132127045505433155
Binary100100001011010101011101001011010001011001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905A57; }

 p { color: rgb(144,90,87); }

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

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

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

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

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

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

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