Html Css Color HEX #955F57 Rose Taupe

📋 copy color: '#955F57'

red 149 ◦ green 95 ◦ blue 87

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

Shades of Rose Taupe #955F57

Tints of Rose Taupe #955F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.7%

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

R = 45.02%
G = 28.7%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#955F57 (or 0x955F57) is known color: Rose Taupe. HEX triplet: 95, 5F and 57. RGB value is (149,95,87). Sum of RGB (Red+Green+Blue) = 149+95+87=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #955F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F57 is #6AA0A8. Grayscale: #6E6E6E. Windows color (decimal): -6987945 or 5726101. OLE color: 5726101.

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

Color convert

RGB 149 95 87 -
CMYK 0 0.36 0.42 0.42
HSL 7.74º 0.26% 0.46% -
HSV(B) 7.74º 0.42% 0.58% -
XYZ 18.21 15.26 11 -
YUV 110.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 149 95 87 0 0.36 0.42 0.42 7.74 0.26 0.46
Hex 95 5F 57 0 24 2A 2A 8 1A 2E
Octal 225 137 127 0 44 52 52 10 32 56
Binary 10010101 1011111 1010111 0 100100 101010 101010 1000 11010 101110

Color Harmonies of #955F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F57

Black with #955F57

Text Example


Text Example

White with #955F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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