Html Css Color HEX #8C5959 Rose Taupe

📋 copy color: '#8C5959'

red 140 ◦ green 89 ◦ blue 89

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

Shades of Rose Taupe #8C5959

Tints of Rose Taupe #8C5959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.99%

 BLUE value IS 89 (35.16% from 255) = 27.99%

R = 44.03%
G = 27.99%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C5959 (or 0x8C5959) is known color: Rose Taupe. HEX triplet: 8C, 59 and 59. RGB value is (140,89,89). Sum of RGB (Red+Green+Blue) = 140+89+89=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5959 is #73A6A6. Grayscale: #686868. Windows color (decimal): -7579303 or 5855628. OLE color: 5855628.

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

Color convert

RGB 140 89 89 -
CMYK 0 0.36 0.36 0.45
HSL 0.22% 0.45% -
HSV(B) 0.36% 0.55% -
XYZ 16.19 13.44 11.19 -
YUV 104.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 140 89 89 0 0.36 0.36 0.45 0 0.22 0.45
Hex 8C 59 59 0 24 24 2D 0 16 2D
Octal 214 131 131 0 44 44 55 0 26 55
Binary 10001100 1011001 1011001 0 100100 100100 101101 0 10110 101101

Color Harmonies of #8C5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5959

Black with #8C5959

Text Example


Text Example

White with #8C5959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,89,89); }

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

background-color css

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

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

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

border-color css

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

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

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