Html Css Color HEX #8E5B54 Rose Taupe

📋 copy color: '#8E5B54'

red 142 ◦ green 91 ◦ blue 84

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

Shades of Rose Taupe #8E5B54

Tints of Rose Taupe #8E5B54

RGB

 RED value IS 142 (55.86% from 255) = 44.79%

 GREEN value IS 91 (35.94% from 255) = 28.71%

 BLUE value IS 84 (33.2% from 255) = 26.5%

R = 44.79%
G = 28.71%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#8E5B54 (or 0x8E5B54) is known color: Rose Taupe. HEX triplet: 8E, 5B and 54. RGB value is (142,91,84). Sum of RGB (Red+Green+Blue) = 142+91+84=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B54 is #71A4AB. Grayscale: #696969. Windows color (decimal): -7447724 or 5528462. OLE color: 5528462.

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

Color convert

RGB 142 91 84 -
CMYK 0 0.36 0.41 0.44
HSL 7.24º 0.26% 0.44% -
HSV(B) 7.24º 0.41% 0.56% -
XYZ 16.5 13.87 10.2 -
YUV 105.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 142 91 84 0 0.36 0.41 0.44 7.24 0.26 0.44
Hex 8E 5B 54 0 24 29 2C 7 1A 2C
Octal 216 133 124 0 44 51 54 7 32 54
Binary 10001110 1011011 1010100 0 100100 101001 101100 111 11010 101100

Color Harmonies of #8E5B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5B54

Black with #8E5B54

Text Example


Text Example

White with #8E5B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,91,84); }

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

background-color css

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

 a { background-color: rgb(142,91,84); }

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

border-color css

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

 span { border-color: rgb(142,91,84); }

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