Html Css Color HEX #8A5B57 Rose Taupe

📋 copy color: '#8A5B57'

red 138 ◦ green 91 ◦ blue 87

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

Shades of Rose Taupe #8A5B57

Tints of Rose Taupe #8A5B57

RGB

 RED value IS 138 (54.3% from 255) = 43.67%

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

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

R = 43.67%
G = 28.8%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#8A5B57 (or 0x8A5B57) is known color: Rose Taupe. HEX triplet: 8A, 5B and 57. RGB value is (138,91,87). Sum of RGB (Red+Green+Blue) = 138+91+87=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5B57 is #75A4A8. Grayscale: #686868. Windows color (decimal): -7709865 or 5725066. OLE color: 5725066.

HSL color Cylindrical-coordinate representation of color #8A5B57: hue angle of 4.71º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A5B57 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 91 87 -
CMYK 0 0.34 0.37 0.46
HSL 4.71º 0.23% 0.44% -
HSV(B) 4.71º 0.37% 0.54% -
XYZ 15.94 13.57 10.8 -
YUV 104.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 138 91 87 0 0.34 0.37 0.46 4.71 0.23 0.44
Hex 8A 5B 57 0 22 25 2E 5 17 2C
Octal 212 133 127 0 42 45 56 5 27 54
Binary 10001010 1011011 1010111 0 100010 100101 101110 101 10111 101100

Color Harmonies of #8A5B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5B57

Black with #8A5B57

Text Example


Text Example

White with #8A5B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,91,87); }

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

background-color css

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

 a { background-color: rgb(138,91,87); }

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

border-color css

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

 span { border-color: rgb(138,91,87); }

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