#8C5C55

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

Shades of Rose Taupe #8C5C55

Tints of Rose Taupe #8C5C55

Color information

#8C5C55 (or 0x8C5C55) is unknown color: approx Rose Taupe. HEX triplet: 8C, 5C and 55. RGB value is (140,92,85). Sum of RGB (Red+Green+Blue) = 140+92+85=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5C55 is #73A3AA. Grayscale: #696969. Windows color (decimal): -7578539 or 5594252. OLE color: 5594252.

HSL color Cylindrical-coordinate representation of color #8C5C55: hue angle of 7.64º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5C55 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB1409285-
CMYK00.340.390.45
HSL7.64º24.44%44.12%-
HSV(B)7.64º39.29%54.9%-
XYZ16.2813.8910.42-
YUV105.55116.4152.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=44.16%
G=29.02%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140928500.340.390.457.6424.4444.12
Hex8C5C55022272D8182c
Octal2141341250424755103054
Binary10001100101110010101010100010100111101101100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C5C55; }

 p { color: rgb(140,92,85); }

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

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

 a { background-color: rgb(140,92,85); }

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

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

 span { border-color: rgb(140,92,85); }

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