Html Css Color HEX #8C5F57 Rose Taupe

📋 copy color: '#8C5F57'

red 140 ◦ green 95 ◦ blue 87

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

Shades of Rose Taupe #8C5F57

Tints of Rose Taupe #8C5F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

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

R = 43.48%
G = 29.5%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8C5F57 (or 0x8C5F57) is known color: Rose Taupe. HEX triplet: 8C, 5F and 57. RGB value is (140,95,87). Sum of RGB (Red+Green+Blue) = 140+95+87=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F57 is #73A0A8. Grayscale: #6B6B6B. Windows color (decimal): -7577769 or 5726092. OLE color: 5726092.

HSL color Cylindrical-coordinate representation of color #8C5F57: hue angle of 9.06º 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 #8C5F57 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 95 87 -
CMYK 0 0.32 0.38 0.45
HSL 9.06º 0.23% 0.45% -
HSV(B) 9.06º 0.38% 0.55% -
XYZ 16.63 14.45 10.93 -
YUV 107.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 140 95 87 0 0.32 0.38 0.45 9.06 0.23 0.45
Hex 8C 5F 57 0 20 26 2D 9 17 2D
Octal 214 137 127 0 40 46 55 11 27 55
Binary 10001100 1011111 1010111 0 100000 100110 101101 1001 10111 101101

Color Harmonies of #8C5F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5F57

Black with #8C5F57

Text Example


Text Example

White with #8C5F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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