Html Css Color HEX #8B5E5D Rose Taupe

📋 copy color: '#8B5E5D'

red 139 ◦ green 94 ◦ blue 93

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

Shades of Rose Taupe #8B5E5D

Tints of Rose Taupe #8B5E5D

RGB

 RED value IS 139 (54.69% from 255) = 42.64%

 GREEN value IS 94 (37.11% from 255) = 28.83%

 BLUE value IS 93 (36.72% from 255) = 28.53%

R = 42.64%
G = 28.83%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B5E5D (or 0x8B5E5D) is known color: Rose Taupe. HEX triplet: 8B, 5E and 5D. RGB value is (139,94,93). Sum of RGB (Red+Green+Blue) = 139+94+93=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E5D is #74A1A2. Grayscale: #6B6B6B. Windows color (decimal): -7643555 or 6119051. OLE color: 6119051.

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

Color convert

RGB 139 94 93 -
CMYK 0 0.32 0.33 0.45
HSL 1.3º 0.2% 0.45% -
HSV(B) 1.3º 0.33% 0.55% -
XYZ 16.63 14.28 12.24 -
YUV 107.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 139 94 93 0 0.32 0.33 0.45 1.3 0.2 0.45
Hex 8B 5E 5D 0 20 21 2D 1 14 2D
Octal 213 136 135 0 40 41 55 1 24 55
Binary 10001011 1011110 1011101 0 100000 100001 101101 1 10100 101101

Color Harmonies of #8B5E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5E5D

Black with #8B5E5D

Text Example


Text Example

White with #8B5E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,94,93); }

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

background-color css

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

 a { background-color: rgb(139,94,93); }

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

border-color css

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

 span { border-color: rgb(139,94,93); }

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