Html Css Color HEX #8C5756 Rose Taupe

📋 copy color: '#8C5756'

red 140 ◦ green 87 ◦ blue 86

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

Shades of Rose Taupe #8C5756

Tints of Rose Taupe #8C5756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.8%

 BLUE value IS 86 (33.98% from 255) = 27.48%

R = 44.73%
G = 27.8%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C5756 (or 0x8C5756) is known color: Rose Taupe. HEX triplet: 8C, 57 and 56. RGB value is (140,87,86). Sum of RGB (Red+Green+Blue) = 140+87+86=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5756 is #73A8A9. Grayscale: #666666. Windows color (decimal): -7579818 or 5658508. OLE color: 5658508.

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

Color convert

RGB 140 87 86 -
CMYK 0 0.38 0.39 0.45
HSL 1.11º 0.24% 0.44% -
HSV(B) 1.11º 0.39% 0.55% -
XYZ 15.9 13.06 10.49 -
YUV 102.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 140 87 86 0 0.38 0.39 0.45 1.11 0.24 0.44
Hex 8C 57 56 0 26 27 2D 1 18 2C
Octal 214 127 126 0 46 47 55 1 30 54
Binary 10001100 1010111 1010110 0 100110 100111 101101 1 11000 101100

Color Harmonies of #8C5756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5756

Black with #8C5756

Text Example


Text Example

White with #8C5756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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