Html Css Color HEX #955A57 Rose Taupe

📋 copy color: '#955A57'

red 149 ◦ green 90 ◦ blue 87

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

Shades of Rose Taupe #955A57

Tints of Rose Taupe #955A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

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

R = 45.71%
G = 27.61%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#955A57 (or 0x955A57) is known color: Rose Taupe. HEX triplet: 95, 5A and 57. RGB value is (149,90,87). Sum of RGB (Red+Green+Blue) = 149+90+87=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #955A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A57 is #6AA5A8. Grayscale: #6B6B6B. Windows color (decimal): -6989225 or 5724821. OLE color: 5724821.

HSL color Cylindrical-coordinate representation of color #955A57: hue angle of 2.9º 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 #955A57 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 87 -
CMYK 0 0.40 0.42 0.42
HSL 2.9º 0.26% 0.46% -
HSV(B) 2.9º 0.42% 0.58% -
XYZ 17.77 14.39 10.86 -
YUV 107.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 149 90 87 0 0.40 0.42 0.42 2.9 0.26 0.46
Hex 95 5A 57 0 28 2A 2A 3 1A 2E
Octal 225 132 127 0 50 52 52 3 32 56
Binary 10010101 1011010 1010111 0 101000 101010 101010 11 11010 101110

Color Harmonies of #955A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A57

Black with #955A57

Text Example


Text Example

White with #955A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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