Html Css Color HEX #9E5957 Rose Taupe

📋 copy color: '#9E5957'

red 158 ◦ green 89 ◦ blue 87

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

Shades of Rose Taupe #9E5957

Tints of Rose Taupe #9E5957

RGB

 RED value IS 158 (62.11% from 255) = 47.31%

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

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

R = 47.31%
G = 26.65%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9E5957 (or 0x9E5957) is known color: Rose Taupe. HEX triplet: 9E, 59 and 57. RGB value is (158,89,87). Sum of RGB (Red+Green+Blue) = 158+89+87=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5957 is #61A6A8. Grayscale: #6D6D6D. Windows color (decimal): -6399657 or 5724574. OLE color: 5724574.

HSL color Cylindrical-coordinate representation of color #9E5957: hue angle of 1.69º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E5957 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 89 87 -
CMYK 0 0.44 0.45 0.38
HSL 1.69º 0.29% 0.48% -
HSV(B) 1.69º 0.45% 0.62% -
XYZ 19.39 15.1 10.91 -
YUV 109.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 158 89 87 0 0.44 0.45 0.38 1.69 0.29 0.48
Hex 9E 59 57 0 2C 2D 26 2 1D 30
Octal 236 131 127 0 54 55 46 2 35 60
Binary 10011110 1011001 1010111 0 101100 101101 100110 10 11101 110000

Color Harmonies of #9E5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5957

Black with #9E5957

Text Example


Text Example

White with #9E5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5957; }

 p { color: rgb(158,89,87); }

 H1.HeaderClassName
 {
   color: #9E5957;
 }
 .AnyTagClassName
 {
   color: #9E5957;
 }
</style>

background-color css

<style>
 a { background-color: #9E5957; }

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

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

border-color css

<style>
 span { border-color: #9E5957; }

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

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