#825757

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

Shades of Rose Taupe #825757

Tints of Rose Taupe #825757

Color information

#825757 (or 0x825757) is unknown color: approx Rose Taupe. HEX triplet: 82, 57 and 57. RGB value is (130,87,87). Sum of RGB (Red+Green+Blue) = 130+87+87=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #825757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825757 is #7DA8A8. Grayscale: #636363. Windows color (decimal): -8235177 or 5724034. OLE color: 5724034.

HSL color Cylindrical-coordinate representation of color #825757: hue angle of 0º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #825757 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB1308787-
CMYK00.330.330.49
HSL19.82%42.55%-
HSV(B)33.08%50.98%-
XYZ14.3312.2510.63-
YUV99.86120.75149.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=42.76%
G=28.62%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130878700.330.330.49019.8242.55
Hex82575702121310142b
Octal202127127041416102453
Binary10000010101011110101110100001100001110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825757; }

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

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

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

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

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

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

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

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