Html Css Color HEX #915C57 Rose Taupe

📋 copy color: '#915C57'

red 145 ◦ green 92 ◦ blue 87

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

Shades of Rose Taupe #915C57

Tints of Rose Taupe #915C57

RGB

 RED value IS 145 (57.03% from 255) = 44.75%

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

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

R = 44.75%
G = 28.4%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#915C57 (or 0x915C57) is known color: Rose Taupe. HEX triplet: 91, 5C and 57. RGB value is (145,92,87). Sum of RGB (Red+Green+Blue) = 145+92+87=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #915C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C57 is #6EA3A8. Grayscale: #6B6B6B. Windows color (decimal): -7250857 or 5725329. OLE color: 5725329.

HSL color Cylindrical-coordinate representation of color #915C57: hue angle of 5.17º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #915C57 is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 92 87 -
CMYK 0 0.37 0.4 0.43
HSL 5.17º 0.25% 0.45% -
HSV(B) 5.17º 0.4% 0.57% -
XYZ 17.22 14.36 10.88 -
YUV 107.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 145 92 87 0 0.37 0.4 0.43 5.17 0.25 0.45
Hex 91 5C 57 0 25 28 2B 5 19 2D
Octal 221 134 127 0 45 50 53 5 31 55
Binary 10010001 1011100 1010111 0 100101 101000 101011 101 11001 101101

Color Harmonies of #915C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C57

Black with #915C57

Text Example


Text Example

White with #915C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915C57; }

 p { color: rgb(145,92,87); }

 H1.HeaderClassName
 {
   color: #915C57;
 }
 .AnyTagClassName
 {
   color: #915C57;
 }
</style>

background-color css

<style>
 a { background-color: #915C57; }

 a { background-color: rgb(145,92,87); }

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

border-color css

<style>
 span { border-color: #915C57; }

 span { border-color: rgb(145,92,87); }

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