Html Css Color HEX #8C5D57 Rose Taupe

📋 copy color: '#8C5D57'

red 140 ◦ green 93 ◦ blue 87

#8C5D57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Taupe #8C5D57

Tints of Rose Taupe #8C5D57

RGB

 RED value IS 140 (55.08% from 255) = 43.75%

 GREEN value IS 93 (36.72% from 255) = 29.06%

 BLUE value IS 87 (34.38% from 255) = 27.19%

R = 43.75%
G = 29.06%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8C5D57 (or 0x8C5D57) is known color: Rose Taupe. HEX triplet: 8C, 5D and 57. RGB value is (140,93,87). Sum of RGB (Red+Green+Blue) = 140+93+87=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5D57 is #73A2A8. Grayscale: #6A6A6A. Windows color (decimal): -7578281 or 5725580. OLE color: 5725580.

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

Color convert

RGB 140 93 87 -
CMYK 0 0.34 0.38 0.45
HSL 6.79º 0.23% 0.45% -
HSV(B) 6.79º 0.38% 0.55% -
XYZ 16.45 14.09 10.87 -
YUV 106.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 140 93 87 0 0.34 0.38 0.45 6.79 0.23 0.45
Hex 8C 5D 57 0 22 26 2D 7 17 2D
Octal 214 135 127 0 42 46 55 7 27 55
Binary 10001100 1011101 1010111 0 100010 100110 101101 111 10111 101101

Color Harmonies of #8C5D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5D57

Black with #8C5D57

Text Example


Text Example

White with #8C5D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,93,87); }

 H1.HeaderClassName
 {
   color: #8C5D57;
 }
 .AnyTagClassName
 {
   color: #8C5D57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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