Html Css Color HEX #955B57 Rose Taupe

📋 copy color: '#955B57'

red 149 ◦ green 91 ◦ blue 87

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

Shades of Rose Taupe #955B57

Tints of Rose Taupe #955B57

RGB

 RED value IS 149 (58.59% from 255) = 45.57%

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

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

R = 45.57%
G = 27.83%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#955B57 (or 0x955B57) is known color: Rose Taupe. HEX triplet: 95, 5B and 57. RGB value is (149,91,87). Sum of RGB (Red+Green+Blue) = 149+91+87=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #955B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B57 is #6AA4A8. Grayscale: #6B6B6B. Windows color (decimal): -6988969 or 5725077. OLE color: 5725077.

HSL color Cylindrical-coordinate representation of color #955B57: hue angle of 3.87º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955B57 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 91 87 -
CMYK 0 0.39 0.42 0.42
HSL 3.87º 0.26% 0.46% -
HSV(B) 3.87º 0.42% 0.58% -
XYZ 17.86 14.56 10.89 -
YUV 107.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 149 91 87 0 0.39 0.42 0.42 3.87 0.26 0.46
Hex 95 5B 57 0 27 2A 2A 4 1A 2E
Octal 225 133 127 0 47 52 52 4 32 56
Binary 10010101 1011011 1010111 0 100111 101010 101010 100 11010 101110

Color Harmonies of #955B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B57

Black with #955B57

Text Example


Text Example

White with #955B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955B57; }

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

 H1.HeaderClassName
 {
   color: #955B57;
 }
 .AnyTagClassName
 {
   color: #955B57;
 }
</style>

background-color css

<style>
 a { background-color: #955B57; }

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

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

border-color css

<style>
 span { border-color: #955B57; }

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

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