Html Css Color HEX #8B5C5B Rose Taupe

📋 copy color: '#8B5C5B'

red 139 ◦ green 92 ◦ blue 91

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

Shades of Rose Taupe #8B5C5B

Tints of Rose Taupe #8B5C5B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 43.17%
G = 28.57%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B5C5B (or 0x8B5C5B) is known color: Rose Taupe. HEX triplet: 8B, 5C and 5B. RGB value is (139,92,91). Sum of RGB (Red+Green+Blue) = 139+92+91=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C5B is #74A3A4. Grayscale: #696969. Windows color (decimal): -7644069 or 5987467. OLE color: 5987467.

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

Color convert

RGB 139 92 91 -
CMYK 0 0.34 0.35 0.45
HSL 1.25º 0.21% 0.45% -
HSV(B) 1.25º 0.35% 0.55% -
XYZ 16.36 13.9 11.72 -
YUV 105.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 139 92 91 0 0.34 0.35 0.45 1.25 0.21 0.45
Hex 8B 5C 5B 0 22 23 2D 1 15 2D
Octal 213 134 133 0 42 43 55 1 25 55
Binary 10001011 1011100 1011011 0 100010 100011 101101 1 10101 101101

Color Harmonies of #8B5C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5C5B

Black with #8B5C5B

Text Example


Text Example

White with #8B5C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,92,91); }

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

background-color css

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

 a { background-color: rgb(139,92,91); }

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

border-color css

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

 span { border-color: rgb(139,92,91); }

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